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

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
Ismail Alidzhikov
2019-08-05 03:43:48 +03:00
committed by Kubernetes Prow Robot
parent 7a9ace6556
commit a0a3cd4e39
2 changed files with 2 additions and 2 deletions
@@ -809,7 +809,7 @@ Migrasi dari pengelolaan objek dengan perintah imperatif ke pengelolaan objek de
1. Ekspor objek *live* ke *file* konfigurasi lokal:
```shell
kubectl get <kind>/<name> -o yaml --export > <kind>_<name>.yaml
kubectl get <kind>/<name> -o yaml > <kind>_<name>.yaml
```
1. Hapus secara manual *field* `status` dari *file* konfigurasi.
@@ -937,7 +937,7 @@ fields to the annotation, and instead. Then add this bullet point.
1. 활성 오브젝트를 로컬 구성 파일로 내보낸다.
```shell
kubectl get <종류>/<이름> -o yaml --export > <종류>_<이름>.yaml
kubectl get <종류>/<이름> -o yaml > <종류>_<이름>.yaml
```
1. 구성 파일에서 수동으로 `status` 필드를 제거한다.