@@ -915,46 +915,12 @@ Resources:
915
915
SourceSecurityGroupId : !Ref MasterSecurityGroup
916
916
ToPort : 10250
917
917
Type : ' AWS::EC2::SecurityGroupIngress'
918
- WorkerSecurityGroupIngressFromWorkerToFlannel :
919
- Properties :
920
- FromPort : 8472
921
- GroupId : !Ref WorkerSecurityGroup
922
- IpProtocol : udp
923
- SourceSecurityGroupId : !Ref WorkerSecurityGroup
924
- ToPort : 8472
925
- Type : ' AWS::EC2::SecurityGroupIngress'
926
- WorkerSecurityGroupIngressFromWorkerToWorkerKubeletAndKubeProxy :
927
- Properties :
928
- FromPort : 10249 # KubeProxy
929
- GroupId : !Ref WorkerSecurityGroup
930
- IpProtocol : tcp
931
- SourceSecurityGroupId : !Ref WorkerSecurityGroup
932
- ToPort : 10250 # Kubelet
933
- Type : ' AWS::EC2::SecurityGroupIngress'
934
- WorkerSecurityGroupIngressFromWorkerToWorkerSkipperMetrics :
935
- Properties :
936
- FromPort : 9911
937
- GroupId : !Ref WorkerSecurityGroup
938
- IpProtocol : tcp
939
- SourceSecurityGroupId : !Ref WorkerSecurityGroup
940
- ToPort : 9911
941
- Type : ' AWS::EC2::SecurityGroupIngress'
942
- WorkerSecurityGroupIngressFromWorkerToWorkerSkipperTokeninfoMetrics :
943
- Properties :
944
- FromPort : 9022
945
- GroupId : !Ref WorkerSecurityGroup
946
- IpProtocol : tcp
947
- SourceSecurityGroupId : !Ref WorkerSecurityGroup
948
- ToPort : 9022
949
- Type : ' AWS::EC2::SecurityGroupIngress'
950
- WorkerSecurityGroupIngressFromWorkerToNodeMonitor :
918
+ WorkerSecurityGroupWorkerToWorker :
919
+ Type : AWS::EC2::SecurityGroupIngress
951
920
Properties :
952
- FromPort : 9100
953
- ToPort : 9101
921
+ IpProtocol : " -1"
954
922
GroupId : !Ref WorkerSecurityGroup
955
- IpProtocol : tcp
956
923
SourceSecurityGroupId : !Ref WorkerSecurityGroup
957
- Type : ' AWS::EC2::SecurityGroupIngress'
958
924
EFSSecurityGroupIngressFromWorkerSecurityGroup :
959
925
Properties :
960
926
FromPort : 2049
0 commit comments