Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 5f44431275 Merge pull request #30007 from ericchiang/kubectl-config-set-credentials-auth-providers
Automatic merge from submit-queue

kubectl config set-crentials: add arguments for auth providers

This PR adds `--auth-provider` and `--auth-provider-arg` flags to the
`kubectl config set-credentials` sub-command.

There's currently no way of interacting with the new auth provider framework added in #23066 through kubectl. You have to render a custom kubeconfig to use them. Additionally `kubectl config set` just sort of craps out when attempting to interact with authentication info objects (#29312).

This is a minimal implementation of allowing `kubect config set-credentials` to set fields for client auth providers.

cc @cjcullen @kubernetes/kubectl
2016-08-05 22:22:22 -07:00
..
2016-07-08 13:53:09 +02:00
2016-07-18 00:32:13 -04:00
2016-07-20 13:37:14 -04:00
2016-07-20 13:37:14 -04:00
2016-08-02 19:51:51 +03:00
2016-07-29 02:29:26 -04:00
2016-07-27 10:54:11 +08:00
2016-07-14 16:23:02 +03:00
2016-07-08 13:53:09 +02:00
2016-07-20 13:37:14 -04:00
2016-07-20 13:37:14 -04:00
2016-07-28 17:47:03 +03:00
2016-07-14 16:23:02 +03:00
2016-07-08 13:53:09 +02:00
2016-07-08 13:53:09 +02:00
2016-07-14 16:23:02 +03:00
2016-08-03 17:25:37 +02:00
2016-07-08 13:53:09 +02:00
2016-08-02 15:12:39 +03:00