Skip to content

Commit

Permalink
Update content/ja/docs/reference/kubectl/cheatsheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wang <[email protected]>
  • Loading branch information
bassaer and ptux authored Feb 17, 2022
1 parent 97cfe80 commit e65d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ kubectl top pod POD_NAME --containers # 特定のPodとそのコ
## ノードおよびクラスターとの対話処理

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

0 comments on commit e65d5a5

Please sign in to comment.