Difference between revisions of "Helm install karpenter"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
   --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
 
   --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
 
   --wait # for the defaulting webhook to install before creating a [[Provisioner]]
 
   --wait # for the defaulting webhook to install before creating a [[Provisioner]]
 +
 +
== Related ==
 +
* [[kubectl get all -n karpenter]]
  
 
== See also ==
 
== See also ==

Revision as of 13:36, 5 March 2024

helm upgrade --install --namespace karpenter --create-namespace karpenter karpenter/karpenter \
  --version v0.6.3 \
  --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \
  --set clusterName=${CLUSTER_NAME} \
  --set clusterEndpoint=${CLUSTER_ENDPOINT} \
  --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
  --wait # for the defaulting webhook to install before creating a Provisioner

Related

See also

Advertising: