-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.15.0
-
No
-
False
-
This is a clone of issue OCPBUGS-23921. The following is the description of the original issue:
—
Description of problem:
The way CCM is deployed, it gets the kubeconfig configuration from the environment it runs on, which is the Management cluster. Thus, it communicates with the Kubernetes Api Server (KAS) of the Management Cluster (MC) instead of the KAS of the Hosted Cluster it is part of.
Version-Release number of selected component (if applicable):
4.15.0
How reproducible:
100%
Steps to Reproduce:
1. Deploy a hosted cluster 2. oc debug to the node running the HC CCM 3. crictl ps -a to list all the containers 4. crictl inspect X # Where X is the container id of the CCM container 5. nsenter -n -t pid_of_ccm_container 6. tcpdump
Actual results:
Communication goes to MC KAS
Expected results:
Communication goes to HC KAS
Additional info:
- clones
-
OCPBUGS-23921 CCM uses MC's KAS instead of HC's KAS
- Closed
- is blocked by
-
OCPBUGS-23921 CCM uses MC's KAS instead of HC's KAS
- Closed
- links to
-
RHBA-2024:0204 OpenShift Container Platform 4.14.z bug fix update