2021年10月27日水曜日

worker nodeのタグ変更

手順: 
1)以下のようにnodeになっているのをworkerに変更してみる。






2)以下のコマンドで実施する

kubectl label node rasp-node1.local node-role.kubernetes.io/worker=worker 

kubectl label node rasp-node2.local node-role.kubernetes.io/worker=worker 




ということで、変更できました。



0 件のコメント:

コメントを投稿

Launchdによる「自律起動」――Macを開けば、そこにAIがいる

  【OS起動時の「透明な」自動化】 コマンドを叩いてサーバーを立てるのも一興だが、真の「達成感」は、Macを立ち上げた瞬間にすべての環境が整っている「透明な自動化」にある。 macOS標準のサービス管理システム  launchd  を使い、ログインした瞬間に M1 Max(リモ...