Skip to content

Commit

Permalink
Merge pull request #186 from ruecarlo/karpenter_clustenamefix_0.6.5
Browse files Browse the repository at this point in the history
changing env var for the name of the cluster
  • Loading branch information
ruecarlo authored Mar 10, 2022
2 parents 664ac91 + 78ed4da commit b75a916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/karpenter/020_eksctl/launcheks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metadata:
region: ${AWS_REGION}
version: "1.21"
tags:
karpenter.sh/discovery: ${CLUSTER_NAME}
karpenter.sh/discovery: eksworkshop-eksctl
iam:
withOIDC: true
managedNodeGroups:
Expand All @@ -54,7 +54,7 @@ managedNodeGroups:
maxSize: 3
minSize: 0
labels:
alpha.eksctl.io/cluster-name: ${CLUSTER_NAME}
alpha.eksctl.io/cluster-name: eksworkshop-eksctl
alpha.eksctl.io/nodegroup-name: mng-od-m5large
intent: control-apps
tags:
Expand Down

0 comments on commit b75a916

Please sign in to comment.