Seventh Korean L10n Work for Release 1.16 (#18494)
* (fix) Broken links in Korean documentation. (#18179) * Modified link between Korean documents. (#18152) * Update to outdated files in the dev-1.16-ko.7 (#18146) * Updates to documents that do not reflect the original text - 1.16 (#18166) * Update path of referenced links in translated documents - 1.16. (#18164) Co-Authored-By: Oleg Butuzov <butuzov@users.noreply.github.com> Co-Authored-By: Seokho Son <shsongist@gmail.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c2ff814a1c
commit
21f774fd23
@@ -156,9 +156,9 @@ kubectl get services --sort-by=.metadata.name
|
||||
# 재시작 횟수로 정렬된 파드의 목록 조회
|
||||
kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'
|
||||
|
||||
# test 네임스페이스 내 파드 목록을 용량으로 정렬해서 조회
|
||||
# test 네임스페이스를 가지는 PersistentVolumes을 용량별로 정렬해서 조회
|
||||
|
||||
kubectl get pods -n test --sort-by=.spec.capacity.storage
|
||||
kubectl get pv -n test --sort-by=.spec.capacity.storage
|
||||
|
||||
# app=cassandra 레이블을 가진 모든 파드의 레이블 버전 조회
|
||||
kubectl get pods --selector=app=cassandra -o \
|
||||
|
||||
Reference in New Issue
Block a user