-
Notifications
You must be signed in to change notification settings - Fork 1.8k
olm install - operatorhubio-catalog Readiness probe failed #5945
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
Comments
@fredcsfaria we would need more context on the cluster which is being used. Usually this error occurs when there are not enough hosts available to schedule the pods on, or maybe when there is a networking issue with the node where the particular pod is being scheduled. Are there any logs from the pods which is being started but not healthy? Or any errors from the API server which can be used to dig into this? |
I'm also seeing this behaviour:
I ran the following experiment, manually running the entrypoint of the container
It took around 50 seconds for the |
Looks like my issue will be fixed in the next release: This PR tackles the issue 👍 Thanks |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
K8S version: v1.27.3 I'm still facing this issue
`Events: Normal Scheduled 75s default-scheduler Successfully assigned olm/operatorhubio-catalog-n2cp2 to aks-systempool-27289948-vmss00000c |
I have the same issue. I'm just trying to do a basic setup to get through a tutorial. Microk8s in case it matters. operator-sdk version: "v1.35.0", commit: "e95abdbd5ccb7ca0fd586e0c6f578e491b0a025b", kubernetes version: "v1.28.0", go version: "go1.21.11", GOOS: "linux", GOARCH: "amd64" Normal Started 3m55s (x2 over 5m36s) kubelet Started container registry-server |
Bug Report
What did you do?
Install the olm using the "operator-sdk olm install"
What did you expect to see?
The pods in olm namespace in "ready" state.
What did you see instead? Under which circumstances?
The operatorhubio-catalog is not ready:
k get pods -n olm

-> describe pod operatorhubio-catalog-sxpwz -n olm

Environment
Minikube 1.25.2
Operator type:
/language go
Kubernetes cluster type:
$ operator-sdk version
operator-sdk version: "v1.22.1", commit: "46ab175459a775d2fb9f0454d0b4a8850dd745ed", kubernetes version: "1.24.1", go version: "go1.18.3", GOOS: "linux", GOARCH: "amd64"
$ go version
(if language is Go)go version go1.18 linux/amd64
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.4", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"clean", BuildDate:"2021-02-18T16:12:00Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.3", GitCommit:"816c97ab8cff8a1c72eccca1026f7820e93e0d25", GitTreeState:"clean", BuildDate:"2022-01-25T21:19:12Z", GoVersion:"go1.17.6", Compiler:"gc", Platform:"linux/amd64"}
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: