You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add missing NSG rules for VCN-Native Pod Networking (#563)
Add missing NSG rules for VCN-Native Pod Networking
Changed to reflect https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengnetworkconfig.htm#securitylistconfig:
* Moved `oci_core_network_security_group_security_rule.workers_egress_flannel` to CNI-agnostic `local.workers_egress` for node to node.
* Added `oci_core_network_security_group_security_rule.workers_ingress_npn` for pod to worker.
* Added `oci_core_network_security_group_security_rule.pods_ingress"` for CP to pod, worker to pod, and pod to pod (`local.pods_ingress` existed for them but was not yet referenced).
* Added to TCP 6443 to `local.pods_egress` for pod to CP.
* Updated `oci_core_network_security_group_security_rule.pods_egress_internet` from tcp -> all protocols.
* Updated some NSG rule descriptions to clarify usage.
* Added NPN conditional to `oci_core_network_security_group.pods`.
Signed-off-by: Devon Crouse <devon.crouse@oracle.com>
0 commit comments