add generated docs for tools and components (#7845)

This commit is contained in:
Jennifer Rondeau
2018-03-26 20:12:01 -04:00
committed by k8s-ci-robot
parent 4be379cb03
commit f7bb04089b
16 changed files with 541 additions and 354 deletions
+7 -5
View File
@@ -2,18 +2,18 @@
title: kubectl
notitle: true
---
## kubectl
kubectl controls the Kubernetes cluster manager
### Synopsis
kubectl controls the Kubernetes cluster manager.
Find more information at https://github.com/kubernetes/kubernetes.
Find more information at: https://kubernetes.io/docs/reference/kubectl/overview/
```
kubectl
kubectl [flags]
```
### Options
@@ -28,6 +28,7 @@ kubectl
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
-h, --help help for kubectl
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
@@ -47,6 +48,7 @@ kubectl
```
### SEE ALSO
* [kubectl alpha](kubectl_alpha.md) - Commands for features in alpha
* [kubectl annotate](kubectl_annotate.md) - Update the annotations on a resource
* [kubectl api-versions](kubectl_api-versions.md) - Print the supported API versions on the server, in the form of "group/version"
@@ -88,4 +90,4 @@ kubectl
* [kubectl uncordon](kubectl_uncordon.md) - Mark node as schedulable
* [kubectl version](kubectl_version.md) - Print the client and server version information
###### Auto generated by spf13/cobra on 12-Dec-2017
###### Auto generated by spf13/cobra on 25-Mar-2018