-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
4.11.z
-
None
-
None
-
OLM 226 - Ratatouille, OLM 227 - Spyro the Dragon
-
2
-
Rejected
-
False
-
Description of problem:
openshift-special-resource-operator deployed with OLM is stuck in Pending due to missing ServiceAccount that should be created by OLM. [sabinaaledort@localhost cnf-features-deploy] (release-4.11) $ oc get csv -A NAMESPACE NAME DISPLAY VERSION REPLACES PHASE openshift-nfd nfd.v4.11.0 Node Feature Discovery Operator 4.11.0 Succeeded openshift-operator-lifecycle-manager packageserver Package Server 0.19.0 Succeeded openshift-special-resource-operator openshift-special-resource-operator.v4.11.0 Special Resource Operator 4.11.0 Pending Kind: ServiceAccount Message: Service account does not exist Name: special-resource-controller-manager Status: NotPresent Version: v1
Version-Release number of selected component (if applicable):
4.11
How reproducible:
Deploy openshift-special-resource-operator with OLM.
Steps to Reproduce:
1. Build a bundle from openshift-special-resource-operator 4.11 bundle manifests: https://github.com/openshift/special-resource-operator/tree/release-4.11/bundle 2. Create an index image with the OPM tool. 3. Create a catalogsource from the index image. 4. Apply namespace, operatorgroup and subscription to deploy openshift-special-resource-operator with OLM from the catalogsource.
Actual results:
The openshift-special-resource-operator CSV is stuck in Pending due to missing ServiceAccount.
Expected results:
The openshift-special-resource-operator should be deployed successfully.
Additional info:
- is related to
-
OCPBUGS-1541 kiali-operator sometimes does not start or takes long time to start
- Closed