Merge pull request #6815 from tengqm/object-management

Move "Object management using kubectl"
This commit is contained in:
Jennifer Rondeau
2018-01-19 09:06:12 -05:00
committed by GitHub
17 changed files with 63 additions and 55 deletions
@@ -100,7 +100,7 @@ specifies an expression that just gets the name from each pod in the returned li
## Writing a ReplicationController Spec
As with all other Kubernetes config, a ReplicationController needs `apiVersion`, `kind`, and `metadata` fields.
For general information about working with config files, see [Object Management](/docs/concepts/tools/kubectl/object-management-overview/).
For general information about working with config files, see [object management ](/docs/concepts/overview/object-management-kubectl/overview/).
A ReplicationController also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).