-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Startup Probe kills "/bin/opm serve" process and prevents operatorhubio pod to start #3269
Comments
I am also facing this issue. |
Still blocked on this issue when OLM runs on servers with slow disks. Is there a way to configure the startupProbe throught olm install procedure? |
I have this problem too. |
OLMv0 does not currently support a configurable startupProbe ref. If it's not too late in the day for me to math, that is 100 seconds of startup delay. Without better understanding of what's going here I'd be reluctant to advocate for any arbitrary duration bump, just because it might be pushing off the issue to another day. There are a couple of things that you could do to try to get a better understanding of why your catalog pods are taking so long to be ready:
|
Type of question
General context and help around the operator-sdk
Question
What did you do?
Install operator-sdk v0.28.0
What did you expect to see?
Operator startup
What did you see instead? Under which circumstances?
Operatorhubio pod does not start:
Process seems to freeze for 2/3 minutes at the step logged above.
Environment
operator-lifecycle-manager version: v0.28.0
Kubernetes version information:
ARC and kind based:
Additional context
The command
/bin/opm serve /configs --cache-dir=/tmp/cache
takes ~2/3 minutes to start in this container and this trigger the startupProbe. This occurs only on one of our infrastructure. Is there a way to increase the probe duration or to debug what's happening in opm process?The text was updated successfully, but these errors were encountered: