Remove --export (as it's deprecated) (#15598)

This commit is contained in:
Edu Patrocinio 2019-07-31 21:46:14 +02:00 committed by Kubernetes Prow Robot
parent 1e90cbf1c9
commit ae714004b2
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ configuration involves several manual steps:
1. Export the live object to a local configuration file:
```shell
kubectl get <kind>/<name> -o yaml --export > <kind>_<name>.yaml
kubectl get <kind>/<name> -o yaml > <kind>_<name>.yaml
```
1. Manually remove the `status` field from the configuration file.