Remove --export (as it's deprecated) (#15598)
This commit is contained in:
parent
1e90cbf1c9
commit
ae714004b2
|
|
@ -939,7 +939,7 @@ configuration involves several manual steps:
|
||||||
1. Export the live object to a local configuration file:
|
1. Export the live object to a local configuration file:
|
||||||
|
|
||||||
```shell
|
```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.
|
1. Manually remove the `status` field from the configuration file.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue