Skip to content

Commit

Permalink
Merge pull request #6580 from zalando-incubator/flannel-master-master
Browse files Browse the repository at this point in the history
Kubenurse: Allow master to master communication via overlay network
  • Loading branch information
mikkeloscar authored Nov 16, 2023
2 parents eaa60ae + 73e481e commit 7391b34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,17 @@ Resources:
Value: owned
ToPort: 8472
Type: 'AWS::EC2::SecurityGroupIngress'
MasterSecurityGroupIngressFromMasterFlannelToMaster:
Properties:
FromPort: 8472
GroupId: !Ref MasterSecurityGroup
IpProtocol: udp
SourceSecurityGroupId: !Ref MasterSecurityGroup
Tags:
- Key: 'kubernetes.io/cluster/{{.Cluster.ID}}'
Value: owned
ToPort: 8472
Type: 'AWS::EC2::SecurityGroupIngress'
MasterSecurityGroupIngressFromMaster:
Properties:
FromPort: 443
Expand Down

0 comments on commit 7391b34

Please sign in to comment.