Skip to content

Commit

Permalink
Remove --export (as it's deprecated) (#15598)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrocinio authored and k8s-ci-robot committed Jul 31, 2019
1 parent 1e90cbf commit ae71400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ae71400

Please sign in to comment.