You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
I am able to migrate the bundle and create the catalogSource from it. Once installation my operator should come into Succeeded state
What did you see instead? Under which circumstances?
Once, I install the operator from catalogSource, the service account creation is not happening.
The CSV status throws this error:
- group: ""
kind: ServiceAccount
message: Service account does not exist
name: k8s-triliovault
status: NotPresent
version: v1
When I already have a service account, it will throw different error related to policies:
- group: rbac.authorization.k8s.io
kind: PolicyRule
message: cluster rule:{"verbs":["use"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"],"resourceNames":["privileged"]}
status: NotSatisfied
version: v1
group: ""
kind: ServiceAccount
message: Policy rule not satisfied for service account
name: k8s-triliovault
status: PresentNotSatisfied
version: v1
Is there something on the CSV side also changed? I am not able to understand why it is happening?
Environment
operator-lifecycle-manager version:
Kubernetes version information:
Kubernetes cluster kind:
Possible Solution
Additional context
Add any other context about the problem here.
Bug Report
What did you do?
I am moving the my OLM bundle to the new bundle which has been introduced from OCP 4.5 version. The migration steps are explainer here:
https://redhat-connect.gitbook.io/certified-operator-guide/appendix/bundle-maintenance-after-migration
What did you expect to see?
I am able to migrate the bundle and create the
catalogSource
from it. Once installation my operator should come into Succeeded stateWhat did you see instead? Under which circumstances?
Once, I install the operator from catalogSource, the service account creation is not happening.
The CSV status throws this error:
When I already have a service account, it will throw different error related to policies:
Is there something on the CSV side also changed? I am not able to understand why it is happening?
Environment
Possible Solution
Additional context
Add any other context about the problem here.
Environment
quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0258562a0732798f4cb3f34d3162bcbd06b7710b21882d067c9dc067b4e15b5b
OCP 4.5
The text was updated successfully, but these errors were encountered: