-
Notifications
You must be signed in to change notification settings - Fork 57
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
Lab 1 on OCP 4.4 userX cannot create address space #38
Comments
Navigating to |
|
Even after adding full cluster-admin rights ( |
I had the same issue with two separate workshops today on RHPDS @evanshortiss . Work around is to naviagate to the Administrator Console, select the Operator and create the Address Space that way. Unfortunately this didn't work for Postgres lab as there is no operator available. |
I also had this issue - it's a missing a displayName in the Infinispan Operator for the Cache - once that was added in the yaml for the operator, the Catalog page was visible. This is because the tileName is undefined. on this page: /k8s/ns/user2/operators.coreos.com spec: |
Nice find @dgutride! So do we know if this is isolated to OCP 4.4 or is it an issue with the pre-created Infinispan operator that can be addressed in the installer, or perhaps caused by a mixture of |
@evanshortiss - the code is the same between minor versions of OpenShift - I upgraded to try to fix this in the process. I'm not quite sure why they aren't validating the displayName on the operator yaml unless the install process here is doing something unusual. I think the issue is with infinispan - looks like this commit broke things a few weeks ago: infinispan/infinispan-operator@20e7885#diff-350feddf31ee00a2f0bcf71b204a30c1. Created this PR: infinispan/infinispan-operator#485 to see if they'll take it in for the issue. |
@evanshortiss - you need another displayName entry for the cache (line 60 or so) |
Thanks @dgutride and @evanshortiss . I can confirm that Dana's fix has resolve my issue. I updated the Infinispan operator YAML in userX project at line 55 to the following:
After saving that change, I was able to login to my user project and view the catalog! |
This should have been fixed by the change to Data Grid instead. |
Running on OCP 4.4 the user cannot complete "7. Create your AMQ Online Topic" since they cannot view the catalog. They need "cluserservices" permissions.
The text was updated successfully, but these errors were encountered: