Remove autogenerate todo

- This should be captured via a GitHub issue
  and not a TODO in the README documentation
  which leads to confusion.
This commit is contained in:
Oleg Shalygin
2017-03-12 19:11:52 -07:00
committed by GitHub
parent 151f2968ba
commit 6d30fc54da
-2
View File
@@ -7,8 +7,6 @@ title: kubectl Overview
`kubectl` is a command line interface for running commands against Kubernetes clusters. This overview covers `kubectl` syntax, describes the command operations, and provides common examples. For details about each command, including all the supported flags and subcommands, see the [kubectl](/docs/user-guide/kubectl) reference documentation. For installation instructions see [prerequisites](/docs/user-guide/prereqs).
TODO: Auto-generate this file to ensure it's always in sync with any `kubectl` changes, see [#14177](http://pr.k8s.io/14177).
## Syntax
Use the following syntax to run `kubectl` commands from your terminal window: