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
{{ message }}
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
In experimenting with a new (and empty) user account:
I am seeing a predictable pattern in that a user can create 2 projects - depending on the characteristics of each project - for example - if a user creates a Vert.X project and a Spring Boot Healthcheck project. the stage and run resources look like this:
oc describe quota compute-resources -n osiotest3142-stage
Name: compute-resources
Namespace: osiotest3142-stage
Scopes: NotTerminating
* Matches all pods that do not have an active deadline.
Resource Used Hard
-------- ---- ----
limits.cpu 2 2
limits.memory 1Gi 1Gi
If that user creates ONE Che workspace, however, the Che related workspaces reach the quota:
oc describe quota compute-resources -n osiotest3142-che
Name: compute-resources
Namespace: osiotest3142-che
Scopes: NotTerminating
* Matches all pods that do not have an active deadline.
Resource Used Hard
-------- ---- ----
limits.cpu 5859m 6
limits.memory 3000Mi 3Gi
Warnings are made visible in OpenShift console - but not in the OSIO UI.
From @ldimaggi on July 10, 2017 2:30
In experimenting with a new (and empty) user account:
Copied from original issue: fabric8-ui/fabric8-ui#1681
The text was updated successfully, but these errors were encountered: