-
Notifications
You must be signed in to change notification settings - Fork 5
remove ingress rules from cwnp spec #128
Copy link
Copy link
Open
Labels
area: networkAffects the network area.Affects the network area.area: partitionAffects the partition area.Affects the partition area.staleThis does not progress any further, it is likely to be closed?This does not progress any further, it is likely to be closed?
Metadata
Metadata
Assignees
Labels
area: networkAffects the network area.Affects the network area.area: partitionAffects the partition area.Affects the partition area.staleThis does not progress any further, it is likely to be closed?This does not progress any further, it is likely to be closed?
Type
Projects
Status
Backlog
Currently, the spec allows setting ingress rules via
cwnp.spec.ingress.These have no effect since the firewall rules for incoming connections are applied from
service.spec.loadBalancerSourceRanges.Therefore we should the remove
spec.ingresscompletely from the cwnp CRD.