このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 1 / 昨日: 3
総計: 828
- Dokuwiki.fl8.jp(34)
- DokuWiki(26)
- translation(5)
- translation(5)
- code2(5)
- Gallery(4)
最近の更新
このページへのアクセス
今日: 1 / 昨日: 3
総計: 828
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>