Skip to content

Commit

Permalink
Merge pull request kubernetes#88071 from int128/patch-1
Browse files Browse the repository at this point in the history
Fix example of kubectl config set-credentials command
  • Loading branch information
k8s-ci-robot committed Feb 14, 2020
2 parents 1a0f923 + 0368a7d commit f4ae52a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ var (
kubectl config set-credentials cluster-admin --auth-provider=oidc --auth-provider-arg=client-secret-
# Enable new exec auth plugin for the "cluster-admin" entry
kubectl config set-credentials cluster-admin --exec-command=/path/to/the/executable --exec-api-version=client.authentication.k8s.io/v1beta
kubectl config set-credentials cluster-admin --exec-command=/path/to/the/executable --exec-api-version=client.authentication.k8s.io/v1beta1
# Define new exec auth plugin args for the "cluster-admin" entry
kubectl config set-credentials cluster-admin --exec-arg=arg1 --exec-arg=arg2
Expand Down

0 comments on commit f4ae52a

Please sign in to comment.