-
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
Resources Monitor Plugin doesn't work when devWorkspace engine is enabled #20800
Comments
I've fixed a problem with reading workspace pod information by setting right name of workspace's namespace.
|
PR devfile/devworkspace-operator#695 adds get/list/watch permissions for pod metrics in the workspace ServiceAccount. |
moving issue to 7.42 milestone as this issue is part of the endgame |
depends on devworkspace-operator v0.12.0 devfile/devworkspace-operator#695 |
Works on https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/ instance |
Describe the bug
Resources Monitor plugin doesn't display information about the pod's resources when the workspace is running.
Che version
7.39@latest
Steps to reproduce
Expected behavior
Information about resources should be displayed in the status bar
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next
Environment
Linux
Eclipse Che Logs
Additional context
The problem could be related to a mechanism which is used in ResMonitor plugin to get an information about workspace's pod. As an alternative we can try to reuse k8s-devfile-service api.
But it's important to check that it'll work when devWS engine is not enabled.
The text was updated successfully, but these errors were encountered: