Skip to content

Commit 97cfe80

Browse files
committed
[ja] fix translation cordon/uncordon
1 parent 7e268d8 commit 97cfe80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ 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を空にします
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)