2021年9月30日木曜日

ノードの台数の増やし方 for EKS

公式:
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 "グループ名"





0 件のコメント:

コメントを投稿

Redis(helm install)

local-storage  は  動的プロビジョニングされない  ため、Helm のインストール時に  PersistentVolume (PV) を事前に作成する必要があります 。 手順: 1)strage classをlocal strageを指定 helm install...