Merge pull request #4967 from jlowdermilk/kubeconfig

Simplify generating kubeconfig with embeded cert data
This commit is contained in:
Eric Tune
2015-03-04 08:38:43 -08:00
8 changed files with 180 additions and 15 deletions

View File

@@ -20,6 +20,12 @@ Sets a cluster entry in .kubeconfig
only sets the certificate\-authority field on the e2e cluster entry without touching other values.
.SH OPTIONS
.PP
\fB\-\-embed\-certs\fP=false
embed\-certs for the cluster entry in .kubeconfig
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-alsologtostderr\fP=false

View File

@@ -45,6 +45,12 @@ Basic auth flags:
Bearer token and basic auth are mutually exclusive.
.SH OPTIONS
.PP
\fB\-\-embed\-certs\fP=false
embed client cert/key for the user entry in .kubeconfig
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-alsologtostderr\fP=false