From 6d30fc54daa8bdf6016df3cf11c5a406b9588a99 Mon Sep 17 00:00:00 2001 From: Oleg Shalygin Date: Sun, 12 Mar 2017 19:11:52 -0700 Subject: [PATCH] Remove autogenerate todo - This should be captured via a GitHub issue and not a TODO in the README documentation which leads to confusion. --- docs/user-guide/kubectl-overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user-guide/kubectl-overview.md b/docs/user-guide/kubectl-overview.md index 987e154703..cc88f1b64d 100644 --- a/docs/user-guide/kubectl-overview.md +++ b/docs/user-guide/kubectl-overview.md @@ -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: