Skip to content

Commit

Permalink
fix(template,config,eks): fix infra nodes tags
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Nov 20, 2024
1 parent cb249f4 commit 5c119b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/config/ekscluster-kfd-v1alpha2.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ spec:
- node.kubernetes.io/role=infra:NoSchedule
# AWS tags that will be added to the ASG and EC2 instances, the example shows the labels needed by cluster autoscaler
tags:
k8s.io/cluster-autoscaler/node-template/label/nodepool: "worker"
k8s.io/cluster-autoscaler/node-template/label/node.kubernetes.io/role: "worker"
k8s.io/cluster-autoscaler/node-template/label/nodepool: "infra"
k8s.io/cluster-autoscaler/node-template/label/node.kubernetes.io/role: "infra"
# Optional additional firewall rules that will be attached to the nodes
#additionalFirewallRules:
# # The name of the rule
Expand Down

0 comments on commit 5c119b1

Please sign in to comment.