-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Workspace namespace is not prepared properly if metrics.k8s.io API is not enabled on the cluster #19869
Comments
@skabashnyuk would you be able to work on this in current sprint? Looks like critical one |
@skabashnyuk help me understand the impact of this issue vs #19697. This issue affects installations on CRC (workspaces fails to start) whereas #19697 looks like a less common use case (Che SA roler and rolebindings are updated, but I am not sure why). |
I don't want to change your priorities yet. I would like to understand when users are affected by #19697 first: always or in a particular circumstance? |
Might be related to fabric8io/kubernetes-client#3294 or fabric8io/kubernetes-client#3405 |
Describe the bug
Workspace namespace is not prepared properly if metrics.k8s.io API is not enabled on the cluster.
Che version
Steps to reproduce
and it's disabled there by default.
2. Deploy Che with OpenShift OAuth.
3. Login into Che as a developer.
4. Create any workspace.
5. Check that you got error
Expected behavior: Workspace is created and started without any issue with the first try.
^ the second and further steps work just due another bug, where we don't update Roles if ServiceAccount already exist Update existing ServiceAccount if some Role/RoleBinding was changed #19697
Expected behavior: Workspace is fully working.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: