mirror of https://github.com/kubernetes/kops.git
Merge pull request #7834 from zetaab/fixprotocol4
Add protocol rules to master as well
This commit is contained in:
commit
d59fa99518
|
|
@ -436,7 +436,8 @@ func (b *FirewallModelBuilder) addCNIRules(c *fi.ModelBuilderContext, sgMap map[
|
|||
Protocol: s(protocol),
|
||||
EtherType: s(string(rules.EtherType4)),
|
||||
}
|
||||
addDirectionalGroupRule(c, nodeSG, masterSG, protocolRule)
|
||||
addDirectionalGroupRule(c, masterSG, nil, protocolRule)
|
||||
addDirectionalGroupRule(c, nodeSG, nil, protocolRule)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue