-
Notifications
You must be signed in to change notification settings - Fork 45
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
The Environment list is broken in Solution UI when there is a Namespace in Terminating Status #2949
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:solutions
Anything related to external "Solutions" integration with the platform
topic:ui
UI-related issues
Comments
ChengYanJin
added
kind:bug
Something isn't working
topic:ui
UI-related issues
topic:solutions
Anything related to external "Solutions" integration with the platform
complexity:easy
Something that requires less than a day to fix
labels
Nov 27, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 1, 2020
The environment list is broken due to the environment which are in terminating status. And since the configMap has been already deleted. The call readNamespacedConfigMap gets error. But we didn't catch the error. Refs: #2949
ChengYanJin
added a commit
that referenced
this issue
Dec 1, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 1, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
The environment list is broken due to the environment which are in terminating status. And since the configMap has been already deleted. The call readNamespacedConfigMap gets error. But we didn't catch the error. Refs: #2949
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
The environment list is broken due to the environment which are in terminating status. And since the configMap has been already deleted. The call readNamespacedConfigMap gets error. But we didn't catch the error. Refs: #2949
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
The environment list is broken due to the environment which are in terminating status. And since the configMap has been already deleted. The call readNamespacedConfigMap gets error. But we didn't catch the error. Refs: #2949
ChengYanJin
added a commit
that referenced
this issue
Dec 2, 2020
ChengYanJin
added a commit
that referenced
this issue
Dec 3, 2020
The environment list is broken due to the environment which are in terminating status. And since the configMap has been already deleted. The call readNamespacedConfigMap gets error. But we didn't catch the error. Refs: #2949
ChengYanJin
added a commit
that referenced
this issue
Dec 3, 2020
Fixed in PR#2954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:solutions
Anything related to external "Solutions" integration with the platform
topic:ui
UI-related issues
Component: ui, solution
What happened:
The Environment list does not display correctly when there is a namespace/environment on terminating status.
Got 404: https://10.200.4.124:8443/api/kubernetes/api/v1/namespaces/test/configmaps/metalk8s-environment
What was expected:
To be decided:
Do we consider to display the namespace on the list when it's in Terminating Status?
Why they are in terminating state?
Steps to reproduce
Create a namespace and delete it from the UI.
Resolution proposal (optional):
The text was updated successfully, but these errors were encountered: