Skip to content

Commit 4438b6a

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

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
@@ -309,7 +309,7 @@ kubectl top pod POD_NAME --containers # 特定のPodとそのコ
309309
```bash
310310
kubectl cordon my-node # my-nodeをスケジューリング不能に設定します
311311
kubectl drain my-node # メンテナンスの準備としてmy-nodeで動作中のPodを空にします
312-
kubectl uncordon my-node # my-nodeにスケジューリングされるように設定します
312+
kubectl uncordon my-node # my-nodeをスケジューリング可能に設定します
313313
kubectl top node my-node # 特定のノードのメトリクスを表示します
314314
kubectl cluster-info # Kubernetesクラスターのマスターとサービスのアドレスを表示します
315315
kubectl cluster-info dump # 現在のクラスター状態を標準出力にダンプします

0 commit comments

Comments
 (0)