Skip to content

Commit 4a5ff92

Browse files
authored
Update README.md
1 parent d678c43 commit 4a5ff92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ ASGTagLambdaInvoke:
8888
StackID: !Ref AWS::StackId
8989
AccountID: !Ref AWS::AccountId
9090
Region: !Ref AWS::Region
91-
ClusterName: "the EKS cluster name"
91+
ClusterName: "the EKS cluster name" #!Ref EKSCluster
9292
CommonTags:
9393
- Name: "ENVIRONMENT"
9494
Value: "dev"
9595
PropagateAtLaunch: true
9696
NodePools:
97-
- Name: "system-nodepool"
97+
- Name: "system-nodepool" #!GetAtt YourNodeGroup.NodegroupName
9898
Tags:
9999
- Name: 'k8s.io/cluster-autoscaler/node-template/taint/TAINT'
100100
Value: 'NoSchedule'
@@ -122,13 +122,13 @@ EKSASGTagLambdaInvoke:
122122
StackID: !Ref AWS::StackId
123123
AccountID: !Ref AWS::AccountId
124124
Region: !Ref AWS::Region
125-
ClusterName: "the EKS cluster name" #!Ref EKSCluster
125+
ClusterName: "the EKS cluster name"
126126
CommonTags:
127127
- Name: "ENVIRONMENT"
128128
Value: "prod"
129129
PropagateAtLaunch: true
130130
NodePools:
131-
- Name: "system-nodepool" #!GetAtt YourNodeGroup.NodegroupName
131+
- Name: "system-nodepool"
132132
- Name: "applications-nodepool"
133133
```
134134

0 commit comments

Comments
 (0)