Skip to content

Commit e65d5a5

Browse files
bassaerptux
andauthored
Update content/ja/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Wang <[email protected]>
1 parent 97cfe80 commit e65d5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ kubectl top pod POD_NAME --containers # 特定のPodとそのコ
307307
## ノードおよびクラスターとの対話処理
308308

309309
```bash
310-
kubectl cordon my-node # my-nodeにスケジューリングされないように設定します
310+
kubectl cordon my-node # my-nodeをスケジューリング不能に設定します
311311
kubectl drain my-node # メンテナンスの準備としてmy-nodeで動作中のPodを空にします
312312
kubectl uncordon my-node # my-nodeにスケジューリングされるように設定します
313313
kubectl top node my-node # 特定のノードのメトリクスを表示します

0 commit comments

Comments
 (0)