We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df908c3 commit 0368a7dCopy full SHA for 0368a7d
staging/src/k8s.io/kubectl/pkg/cmd/config/create_authinfo.go
@@ -104,7 +104,7 @@ var (
104
kubectl config set-credentials cluster-admin --auth-provider=oidc --auth-provider-arg=client-secret-
105
106
# Enable new exec auth plugin for the "cluster-admin" entry
107
- 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
108
109
# Define new exec auth plugin args for the "cluster-admin" entry
110
kubectl config set-credentials cluster-admin --exec-arg=arg1 --exec-arg=arg2
0 commit comments