problem change cert ingress on CRC

Posted on

hi, i use
CRC version: 2.25.0+97705a
OpenShift version: 4.13.6
Podman version: 4.4.4

I would like to change the domain to a customized one for my CRC cluster. for Apiserver everything is ok! but when I carry out the procedure to change the incoming certificate I get an error in the authentication pods:

[devops@tmvlocp ~]$ oc get co
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
authentication 4.13.6 False True True 5m12s OAuthServerRouteEndpointAccessibleControllerAvailable: Get "https://oauth-openshift.apps.ocp4.redhat.ren/healthz": dial tcp 127.0.0.1:443: connect: connection refused

into pod openshift-authentication:
Warning Unhealthy 8m1s kubelet Readiness probe failed: Get "https://10.217.0.29:6443/healthz": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

what could it depend on?

I followed these specific directions for crc:
https://github.com/crc-org/crc/wiki/Change-the-domain-for-CRC

Responses