Remove --export (as it's deprecated) (#15654)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7a9ace6556
commit
a0a3cd4e39
@@ -809,7 +809,7 @@ Migrasi dari pengelolaan objek dengan perintah imperatif ke pengelolaan objek de
|
|||||||
1. Ekspor objek *live* ke *file* konfigurasi lokal:
|
1. Ekspor objek *live* ke *file* konfigurasi lokal:
|
||||||
|
|
||||||
```shell
|
```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.
|
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. 활성 오브젝트를 로컬 구성 파일로 내보낸다.
|
1. 활성 오브젝트를 로컬 구성 파일로 내보낸다.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get <종류>/<이름> -o yaml --export > <종류>_<이름>.yaml
|
kubectl get <종류>/<이름> -o yaml > <종류>_<이름>.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. 구성 파일에서 수동으로 `status` 필드를 제거한다.
|
1. 구성 파일에서 수동으로 `status` 필드를 제거한다.
|
||||||
|
|||||||
Reference in New Issue
Block a user