Skip to content

Commit

Permalink
Merge pull request #284 from opendatacube/fix-spot-nodegroup-tags
Browse files Browse the repository at this point in the history
fix spot nodegroup tag - nodetype tag attribute
  • Loading branch information
NikitaGandhi authored Feb 16, 2022
2 parents 5da7cfd + be0ba93 commit e22cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc_eks/modules/eks/workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_autoscaling_group" "spot_nodes" {

"k8s.io/cluster-autoscaler/${aws_eks_cluster.eks.id}" = "owned"
"k8s.io/cluster-autoscaler/enabled" = "true"
"k8s.io/cluster-autoscaler/node-template/label/nodetype" = "true"
"k8s.io/cluster-autoscaler/node-template/label/nodetype" = "spot"
"kubernetes.io/cluster/${aws_eks_cluster.eks.id}" = "owned"
},
var.tags,
Expand Down

0 comments on commit e22cde7

Please sign in to comment.