-
Notifications
You must be signed in to change notification settings - Fork 51
It should be possible to start Che workspace when namespace of type user is missing #1042
Comments
@alexeykazakov this is the second iteration of #1296 |
ok waiting for confirmation before adding to the pri doc for the next sprint |
@alexeykazakov we are NOT planning to take this issue to the next sprint. If the issue should be tackled during the next sprint please comment |
FWIW it looks like a relatively simple issue to fix, so if it's pressing I wouldn't be against spending half a day working on it next sprint -- this wouldn't interfere with planning much. WDYT @ibuziuk ? If it turns out to be more complicated than it looks, we can drop it from the sprint but if it can be fixed in a few hours I think we could include it. |
From what I can tell, what we're doing now is getting namespace, cluster URL, and certs from the user namespace and injecting them into the workspace (presumably so that |
@amisevsk no, I suppose we should not work on this issue until user namespace would be confirmed to be removed, once it is done we would simply do a cleanup including removal of |
…staller Signed-off-by: Ilya Buziuk <[email protected]>
…owing an exception in namespace of type 'user' is missing (this might happen only if there is a bug on init-tenant or 'api/user/services' side) Signed-off-by: Ilya Buziuk <[email protected]>
…owing an exception in namespace of type 'user' is missing (this might happen only if there is a bug on init-tenant or 'api/user/services' side) Signed-off-by: Ilya Buziuk <[email protected]>
…owing an exception in namespace of type 'user' is missing (this might happen only if there is a bug on init-tenant or 'api/user/services' side) Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
…on in namespace of type 'user' is missing (this might happen only if there is a bug on init-tenant or 'api/user/services' side) Signed-off-by: Ilya Buziuk <[email protected]>
Going to close after the next production update |
The fix is on prod. Closing |
Issue problem:
On workspace provisioning step we get information about namepsace of type
user
. But if such namespace is missing user can't start any workspace.The text was updated successfully, but these errors were encountered: