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
@@ -104,7 +104,7 @@ update. This can be done with several different `kubectl` commands.
#### Declarative commands
If you update DaemonSets using
[configuration files](/docs/tutorials/object-management-kubectl/declarative-object-management-configuration/),
[configuration files](/docs/concepts/overview/object-management-kubectl/declarative-config/),
use `kubectl apply`:
```shell
@@ -114,7 +114,7 @@ kubectl apply -f ds-v2.yaml
#### Imperative commands
If you update DaemonSets using
[imperative commands](/docs/tutorials/object-management-kubectl/imperative-object-management-command/),
[imperative commands](/docs/concepts/overview/object-management-kubectl/imperative-command/),
use `kubectl edit` or `kubectl patch`:
```shell