公式:https://aws.amazon.com/jp/premiumsupport/knowledge-center/eks-worker-node-actions/
1)以下のコマンドでノードの台数を増やす。
eksctl scale nodegroup --cluster "クラスター名" --nodes=3 --nodes-min 1 --nodes-max 3 --name "グループ名"
local-storage は 動的プロビジョニングされない ため、Helm のインストール時に PersistentVolume (PV) を事前に作成する必要があります 。 手順: 1)strage classをlocal strageを指定 helm install...
0 件のコメント:
コメントを投稿