Move "Object management using kubectl"

The section contains four articles which fit better under concepts.

Closes: #4178
This commit is contained in:
Qiming Teng
2018-01-02 14:14:26 +08:00
parent 57235f6530
commit 0f243328c2
17 changed files with 63 additions and 55 deletions
@@ -96,7 +96,7 @@ frontend-qhloh 1/1 Running 0 1m
## Writing a ReplicaSet Spec
As with all other Kubernetes API objects, a ReplicaSet needs the `apiVersion`, `kind`, and `metadata` fields. For
general information about working with manifests, see [Object Management](/docs/concepts/tools/kubectl/object-management-overview/).
general information about working with manifests, see [object management using kubectl](/docs/concepts/overview/object-management-kubectl/overview/).
A ReplicaSet also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).