-
Notifications
You must be signed in to change notification settings - Fork 176
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
Cannot set blockOwnerDeletion on OpenShift 4.x #138
Comments
Can you try with this change to the cluster yaml? - apiGroups:
- "apps"
resources:
- statefulsets
+ - deployments/finalizers
verbs:
- get
- list
- patch
- watch
+ - update
- apiGroups:
- scylla.scylladb.com
|
No, it doesn't work:
|
You can try CodeReady virtual machine (https://developers.redhat.com/products/codeready-workspaces/download) or OpenShift Online Trial (https://manage.openshift.com) for debug. Please ping mt if you need help with openshift/okd. |
Any ideas how to fix it? |
Continue tracking this issue in #424 |
Need to set scyllaclusters/finalizers with update privilege on the cluster member ROLE. More notes added to: #424 |
Describe the bug
The operator doesn't work on OpenShift/OKD 4.x at all.
To Reproduce
oc apply -f examples/generic/operator.yaml
oc apply -f examples/generic/cluster.yaml
Logs
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: