Open amilanoski opened 2 years ago
Hi there, Unfortunately, there is not enough information on the description to identify what the root cause is. I would like to ask for the pod/deployment yaml blob for the packageserver on the olm namespace.
Hey, had a similar issue using cilium, pushed a fix into my fork. Problem essentially is that EKS can't connect to the packageserver API, which I've solved by using hostNetwork on these pods.: https://github.com/operator-framework/operator-lifecycle-manager/compare/master...deinstapel:operator-lifecycle-manager:v0.23.1-fix
Bug Report
What did you do? A clear and concise description of the steps you took (or insert a code snippet).
kubectl apply -k .
What did you expect to see? A clear and concise description of what you expected to happen (or insert a code snippet).
OLM Services come up and I am able to install an Operator from OperatorHub.io
What did you see instead? Under which circumstances? A clear and concise description of what you expected to happen (or insert a code snippet).
OLM Services came up according to this.
packserver csv stuck in Installing State
kl -n olm olm-operator-9bb87877b-zmr7f --tail=50 -f
Environment
Istio 1.11.3
Possible Solution
Additional context Add any other context about the problem here.
Possibly Related https://github.com/operator-framework/operator-lifecycle-manager/issues/1368 https://github.com/operator-framework/operator-lifecycle-manager/issues/2343 https://github.com/operator-framework/operator-lifecycle-manager/issues/2234