Skip to content

Commit 28739fe

Browse files
authored
Merge pull request #9493 from zalando-incubator/steadybit
Open up worker-to-worker communication
2 parents ce3895f + c0943cc commit 28739fe

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

cluster/cluster.yaml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -915,46 +915,12 @@ Resources:
915915
SourceSecurityGroupId: !Ref MasterSecurityGroup
916916
ToPort: 10250
917917
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
951920
Properties:
952-
FromPort: 9100
953-
ToPort: 9101
921+
IpProtocol: "-1"
954922
GroupId: !Ref WorkerSecurityGroup
955-
IpProtocol: tcp
956923
SourceSecurityGroupId: !Ref WorkerSecurityGroup
957-
Type: 'AWS::EC2::SecurityGroupIngress'
958924
EFSSecurityGroupIngressFromWorkerSecurityGroup:
959925
Properties:
960926
FromPort: 2049

0 commit comments

Comments
 (0)