File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,14 @@ Resources:
143
143
IpProtocol : tcp
144
144
SourceSecurityGroupId : !Ref EKSWorkerSecurityGroup
145
145
ToPort : 443
146
+ EKSWorkerSecurityGroupIngressFromWorkerToWorkerSteadyBit :
147
+ Properties :
148
+ FromPort : 8085
149
+ GroupId : !Ref EKSWorkerSecurityGroup
150
+ IpProtocol : tcp
151
+ SourceSecurityGroupId : !Ref EKSWorkerSecurityGroup
152
+ ToPort : 8087
153
+ Type : ' AWS::EC2::SecurityGroupIngress'
146
154
EKSCluster :
147
155
Type : AWS::EKS::Cluster
148
156
Properties :
@@ -931,6 +939,14 @@ Resources:
931
939
SourceSecurityGroupId : !Ref WorkerSecurityGroup
932
940
ToPort : 10250 # Kubelet
933
941
Type : ' AWS::EC2::SecurityGroupIngress'
942
+ WorkerSecurityGroupIngressFromWorkerToWorkerSteadyBit :
943
+ Properties :
944
+ FromPort : 8085
945
+ GroupId : !Ref WorkerSecurityGroup
946
+ IpProtocol : tcp
947
+ SourceSecurityGroupId : !Ref WorkerSecurityGroup
948
+ ToPort : 8087
949
+ Type : ' AWS::EC2::SecurityGroupIngress'
934
950
WorkerSecurityGroupIngressFromWorkerToWorkerSkipperMetrics :
935
951
Properties :
936
952
FromPort : 9911
You can’t perform that action at this time.
0 commit comments