このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 5 / 昨日: 0
総計: 608
- Dokuwiki.fl8.jp(448)
- FreeBSD カーネル再構築(20)
- 05 rsync(20)
- 13 CentOS6メール設定(20)
- 14 rsync(20)
最近の更新
このページへのアクセス
今日: 5 / 昨日: 0
総計: 608
DaemonSetが管理しているPodは無視することで、別のノードで起動し直す
kubectl drain <node> --ignore-daemonsets --delete-local-data --force
kubectl get nodes
# k get node NAME STATUS ROLES AGE VERSION master Ready control-plane 6d5h v1.24.1 node04 Ready <none> 6d5h v1.24.1 node05 Ready,SchedulingDisabled <none> 6d5h v1.24.1 node06 Ready <none> 6d5h v1.24.1
kubectl uncordon <node>