mirror of https://github.com/kubernetes/kops.git
add protocol4 as allowed to master
This commit is contained in:
parent
df51cb8f1b
commit
b77a58a896
|
@ -436,7 +436,8 @@ func (b *FirewallModelBuilder) addCNIRules(c *fi.ModelBuilderContext, sgMap map[
|
||||||
Protocol: s(protocol),
|
Protocol: s(protocol),
|
||||||
EtherType: s(string(rules.EtherType4)),
|
EtherType: s(string(rules.EtherType4)),
|
||||||
}
|
}
|
||||||
addDirectionalGroupRule(c, nodeSG, masterSG, protocolRule)
|
addDirectionalGroupRule(c, masterSG, nil, protocolRule)
|
||||||
|
addDirectionalGroupRule(c, nodeSG, nil, protocolRule)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue