Skip to content

Commit 6f93f8a

Browse files
authored
Merge pull request #95153 from lahinson/hcp-known-issues-4-19
removing known issues per SME review
2 parents 85ac095 + 6787335 commit 6f93f8a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

_unused_topics/hosted-control-planes-release-notes.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,7 @@ $ oc get nodes --kubeconfig
124124
$ oc get agents -A
125125
----
126126

127-
* When you create a hosted cluster in an environment that uses the dual-stack network, you might encounter the following DNS-related issues:
128-
129-
** `CrashLoopBackOff` state in the `service-ca-operator` pod: When the pod tries to reach the Kubernetes API server through the hosted control plane, the pod cannot reach the server because the data plane proxy in the `kube-system` namespace cannot resolve the request. This issue occurs because in the HAProxy setup, the front end uses an IP address and the back end uses a DNS name that the pod cannot resolve.
130-
** Pods stuck in the `ContainerCreating` state: This issue occurs because the `openshift-service-ca-operator` resource cannot generate the `metrics-tls` secret that the DNS pods need for DNS resolution. As a result, the pods cannot resolve the Kubernetes API server.
131-
To resolve these issues, configure the DNS server settings for a dual stack network.
132-
133-
* On the Agent platform, the {hcp} feature periodically rotates the token that the Agent uses to pull ignition. As a result, if you have an Agent resource that was created some time ago, it might fail to pull ignition. As a workaround, in the Agent specification, delete the secret of the `IgnitionEndpointTokenReference` property then add or modify any label on the Agent resource. The system re-creates the secret with the new token.
127+
* When you create a hosted cluster in an environment that uses the dual-stack network, you might encoutner pods stuck in the `ContainerCreating` state. This issue occurs because the `openshift-service-ca-operator` resource cannot generate the `metrics-tls` secret that the DNS pods need for DNS resolution. As a result, the pods cannot resolve the Kubernetes API server. To resolve this issue, configure the DNS server settings for a dual stack network.
134128

135129
* If you created a hosted cluster in the same namespace as its managed cluster, detaching the managed hosted cluster deletes everything in the managed cluster namespace including the hosted cluster. The following situations can create a hosted cluster in the same namespace as its managed cluster:
136130

0 commit comments

Comments
 (0)