-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.17, 4.18
Description of problem:
When installing a GCP cluster with the CAPI based method, the kube-api firewall rule that is created always uses a source range of 0.0.0.0/0. In the prior terraform based method, internal published clusters were limited to the network_cidr. This change opens up the API to additional sources, which could be problematic such as in situations where traffic is being routed from a non-cluster subnet.
Version-Release number of selected component (if applicable):
4.17
How reproducible:
Always
Steps to Reproduce:
1. Install a cluster in GCP with publish: internal 2. 3.
Actual results:
Kube-api firewall rule has source of 0.0.0.0/0
Expected results:
Kube-api firewall rule has a more limited source of network_cidr
Additional info:
- blocks
-
OCPBUGS-43786 GCP CAPI install is allowing ALL for kube-api firewall rule on private clusters.
- Closed
- is cloned by
-
OCPBUGS-43786 GCP CAPI install is allowing ALL for kube-api firewall rule on private clusters.
- Closed
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update