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

0 comments on commit 4438b6a

Please sign in to comment.