-
Notifications
You must be signed in to change notification settings - Fork 15
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
[blocker] Nexus Deployment stuck on OpenShift 4.x #186
Comments
This same error happens to whatever resource we try to create:
Not only deployments. |
Looks like we need to add permissions for finalizers. It's strange, because we already have permissions to use the We should be able to slowly add the permissions (the API object is in the format of We could start by adding all verbs to deployment/finalizers and secret/finalizers (and whatever other Kinds we see on the logs, mentioning these ones because they're the only ones mentioned in the issue), to first make sure they will work correctly and we're really just facing a permission issue. Once done and confirmed, we can try adding one verb at a time. Unfortunately I can't test this myself as I can't run CRC, but let me know if I can be of any help some other way. |
Not sure if it's a problem in the permissions or the way we are defining the owner and the options for the finalizers for each resource. I'll take a look later. 🤤 |
SDK 1.0.1 left this behind in their docs: Here are more details about this problem: Admission controller on OpenShift is enforcing this: Won't happen on vanilla Kubernetes. |
Signed-off-by: Ricardo Zanini <[email protected]>
* Fix #186 - Add Nexus finalizers to ClusterRole Signed-off-by: Ricardo Zanini <[email protected]> * Reverting back to Controller Gen 0.3.0 Signed-off-by: Ricardo Zanini <[email protected]>
Describe the bug
When trying to create a simple Nexus3 instance with the example "CentOS No Persistence", I got:
It's stucking in the deployment creation.
To Reproduce
Steps to reproduce the behavior:
nexus-operator.yaml
fileExpected behavior
Deployment and other resources to be created
Environment
OpenShift 4.5
The text was updated successfully, but these errors were encountered: