Skip to content

Commit

Permalink
Fix description errro for client-certificate option
Browse files Browse the repository at this point in the history
From "client key file" to "client certificate file".
  • Loading branch information
hurf committed Nov 24, 2015
1 parent aa534a5 commit 1270764
Show file tree
Hide file tree
Showing 71 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-annotate.1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ horizontalpodautoscalers (hpa), resourcequotas (quota) or secrets.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-api-versions.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Print the supported API versions on the server, in the form of "group/version".

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-apply.1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ JSON and YAML formats are accepted.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-attach.1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Attach to a a process that is already running inside an existing container.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-autoscale.1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ An autoscaler can automatically increase or decrease number of pods deployed wit

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-cluster-info.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Display addresses of the master and services with label kubernetes.io/cluster\-s

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-set-cluster.1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Specifying a name that already exists will merge new fields on top of existing v

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-set-context.1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Specifying a name that already exists will merge new fields on top of existing v

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-set.1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PROPERTY\_VALUE is the new value you wish to set.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-unset.1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROPERTY\_NAME is a dot delimited name where each token represents either a attr

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-use-context.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Sets the current\-context in a kubeconfig file

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config-view.1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can use \-\-output=template \-\-template=TEMPLATE to extract specific values

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-config.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The loading order follows these rules:

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-convert.1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ to change to output destination.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-create.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ JSON and YAML formats are accepted.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-delete.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ will be lost along with the rest of the resource.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-describe.1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endpoints (ep) or secrets.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-edit.1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ saved copy to include the latest resource version.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-exec.1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Execute a command in a container.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-explain.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ or endpoints (ep).

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-expose.1
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ the new service will re\-use the labels from the resource it exposes.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-get.1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ of the \-\-template flag, you can filter the attributes of the fetched resource(

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-label.1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If \-\-resource\-version is specified, then updates will use this resource versi

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-logs.1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Print the logs for a container in a pod. If the pod has only one container, the

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-namespace.1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace has been superseded by the context.namespace field of .kubeconfig file

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-patch.1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Please refer to the models in

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-port-forward.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Forward one or more local ports to a pod.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-proxy.1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The above lets you 'curl localhost:8001/custom/api/v1/pods'

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-replace.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Please refer to the models in

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-rolling-update.1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ existing replication controller and overwrite at least one (common) label in its

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-run.1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Creates a replication controller to manage the created container(s).

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-scale.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ scale is sent to the server.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-stop.1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If the resource is scalable it will be scaled to 0 before deletion.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl-version.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Print the client and server version information.

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/kubectl.1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Find more information at

.PP
\fB\-\-client\-certificate\fP=""
Path to a client key file for TLS.
Path to a client certificate file for TLS.

.PP
\fB\-\-client\-key\fP=""
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/kubectl/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kubectl
--alsologtostderr[=false]: log to standard error as well as files
--api-version="": The API version to use when talking to the server
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-certificate="": Path to a client certificate file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
Expand Down Expand Up @@ -105,7 +105,7 @@ kubectl
* [kubectl stop](kubectl_stop.md) - Deprecated: Gracefully shut down a resource by name or filename.
* [kubectl version](kubectl_version.md) - Print the client and server version information.

###### Auto generated by spf13/cobra on 13-Nov-2015
###### Auto generated by spf13/cobra on 24-Nov-2015

<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl.md?pixel)]()
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/kubectl/kubectl_annotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ kubectl annotate pods foo description-
--alsologtostderr[=false]: log to standard error as well as files
--api-version="": The API version to use when talking to the server
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-certificate="": Path to a client certificate file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
Expand All @@ -125,7 +125,7 @@ $ kubectl annotate pods foo description-

* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager

###### Auto generated by spf13/cobra on 19-Nov-2015
###### Auto generated by spf13/cobra on 24-Nov-2015

<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_annotate.md?pixel)]()
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/kubectl/kubectl_api-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kubectl api-versions
--alsologtostderr[=false]: log to standard error as well as files
--api-version="": The API version to use when talking to the server
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-certificate="": Path to a client certificate file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
Expand All @@ -76,7 +76,7 @@ kubectl api-versions

* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager

###### Auto generated by spf13/cobra on 20-Oct-2015
###### Auto generated by spf13/cobra on 24-Nov-2015

<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_api-versions.md?pixel)]()
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/kubectl/kubectl_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ cat pod.json | kubectl apply -f -
--alsologtostderr[=false]: log to standard error as well as files
--api-version="": The API version to use when talking to the server
--certificate-authority="": Path to a cert. file for the certificate authority.
--client-certificate="": Path to a client key file for TLS.
--client-certificate="": Path to a client certificate file for TLS.
--client-key="": Path to a client key file for TLS.
--cluster="": The name of the kubeconfig cluster to use
--context="": The name of the kubeconfig context to use
Expand All @@ -98,7 +98,7 @@ $ cat pod.json | kubectl apply -f -

* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager

###### Auto generated by spf13/cobra on 4-Nov-2015
###### Auto generated by spf13/cobra on 24-Nov-2015

<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_apply.md?pixel)]()
Expand Down
Loading

0 comments on commit 1270764

Please sign in to comment.