-
Notifications
You must be signed in to change notification settings - Fork 86
/api/user/services does not return namespace info for some users: #2338
Comments
Original account creation issue handled by @dipak-pawar |
@MatousJobanek can you please take a look at this user/namespaces? |
Hello guys, the issue is still present. che-master logs: https://pastebin.com/tqRARnCr nothing in events on starter cluster, pod was never created. |
Just working on fixing the account setup. Today I didn't make it running - unfortunately, OpenShift still complains about conflicts even though there is no namespace with such a name. I'll continue tomorrow |
resolved. toggle was set to single-tenant. reset environment fixed the issue |
That the toggle |
curl -k -H "Authorization: Bearer <TOKEN>" https://api.prod-preview.openshift.io/api/user/services | jq '.'
returns the following response for9349415e-21b8-43e9-a3dd-31079b02d61a1
:All the
namespaces
info are missing, is missing event hough namespaces have been provisioned correctly on oso side:This error prevents che workspace to start for the user since we fall back on this API in particular for checking
cluster-capacity-exhausted
flag.The text was updated successfully, but these errors were encountered: