Closed
Description
/kind feature
By itself, setting:
spec:
...
allowAllInClusterTraffic: true
will not allow all in cluster traffic. This is because it is a setting of managed security groups, which must also be enabled for this to take effect.
This described in the doc text, but when #1826 lands we have the opportunity to do better.
If we moved allowAllInClusterTraffic
into the new SecurityGroupsSpec
, then it would be impossible to set it without also enabling managed security groups. The configuration would become:
spec:
...
managedSecurityGroups:
allowAllInClusterTraffic: true
Metadata
Metadata
Assignees
Type
Projects
Status
Done