Copy kubectl command ref docs to Hugo site. (#8430)

* Copy kubectl command ref docs to Hugo site.

* Fix link. Remove extraneous page.
This commit is contained in:
Steve Perry
2018-05-10 14:31:56 -07:00
committed by k8s-ci-robot
parent b427be22ab
commit 2a655a05d0
11 changed files with 9002 additions and 1 deletions
@@ -5,7 +5,7 @@ approvers:
title: Overview of kubectl
---
`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 [installing kubectl](/docs/tasks/tools/install-kubectl/).
`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/reference/generated/kubectl/kubectl-commands/) reference documentation. For installation instructions see [installing kubectl](/docs/tasks/kubectl/install/).
## Syntax