File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ ASGTagLambdaInvoke:
88
88
StackID : !Ref AWS::StackId
89
89
AccountID : !Ref AWS::AccountId
90
90
Region : !Ref AWS::Region
91
- ClusterName : " the EKS cluster name"
91
+ ClusterName : " the EKS cluster name" # !Ref EKSCluster
92
92
CommonTags :
93
93
- Name : " ENVIRONMENT"
94
94
Value : " dev"
95
95
PropagateAtLaunch : true
96
96
NodePools :
97
- - Name : " system-nodepool"
97
+ - Name : " system-nodepool" # !GetAtt YourNodeGroup.NodegroupName
98
98
Tags :
99
99
- Name : ' k8s.io/cluster-autoscaler/node-template/taint/TAINT'
100
100
Value : ' NoSchedule'
@@ -122,13 +122,13 @@ EKSASGTagLambdaInvoke:
122
122
StackID : !Ref AWS::StackId
123
123
AccountID : !Ref AWS::AccountId
124
124
Region : !Ref AWS::Region
125
- ClusterName : " the EKS cluster name" # !Ref EKSCluster
125
+ ClusterName : " the EKS cluster name"
126
126
CommonTags :
127
127
- Name : " ENVIRONMENT"
128
128
Value : " prod"
129
129
PropagateAtLaunch : true
130
130
NodePools :
131
- - Name : " system-nodepool" # !GetAtt YourNodeGroup.NodegroupName
131
+ - Name : " system-nodepool"
132
132
- Name : " applications-nodepool"
133
133
` ` `
134
134
You can’t perform that action at this time.
0 commit comments