-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
4.17.0-okd-scos.2 UPI: Stuck missing ApiServices #29
Comments
Check on the ingress pods in the |
@nate-duke The startup probe fails - hence, they crashloop. Pretty sure this is due to the missing
|
Digging a bit deeper, it all appears to be related to missing CRDs. The authentication operator does not create the backing deployment because it misses |
Turns out all the missing resources are ones without a crd that should be served via
Assuming we don't have a chicken and egg problem here, could it be that the operator somehow missed the creation of the The openshift-apiserver pods are up and running without problems. The |
Appears this is very similar to an upgrade issue reported. Creating the ConfigMap moves the needle for me. 4.18.0-okd-scos.ec2 UPI install exposes the same behavior. All COs are available and not degraded - with the exception of Wonder why that other issue got closed though, since we have not fixed the root cause yet? |
Taking a nap solved the remaining Now seriously: It took a while, but this CO is fine now. Appears this issue was related to the
Guess this is related to |
UPI installing 4.17.0-okd-scos.2 on VCenter, we get stuck in the final stages:
Not quite sure about order and failure cascading.
However:
ingress
andmonitoring
fail because theRoute
CRD does not exist (yet?)openshift-apiserver
appears to depend onauthentication
which fails because the service endpoint has no backing deployment/podsAny ideas how to push things forward appreciated.
The text was updated successfully, but these errors were encountered: