Remove apply/edit warning now that edit is fixed

This commit is contained in:
Phillip Wittrock 2017-06-01 11:06:29 -07:00 committed by Andrew Chen
parent 9e282d2d9f
commit b481798d43
1 changed files with 0 additions and 4 deletions

View File

@ -305,10 +305,6 @@ spec:
and `replace` do not retain the `kubectl.kubernetes.io/last-applied-configuration`
that `kubectl apply` uses to compute updates.
**Warning**: As of Kubernetes 1.5, the `kubectl edit` command is
incompatible with `kubectl apply`, and the two should not be
used together.
## How to delete objects
There are two approaches to delete objects managed by `kubectl apply`.