Skip to content
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

Closed
ChengYanJin opened this issue Nov 27, 2020 · 1 comment
Assignees
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
Copy link
Contributor

ChengYanJin commented Nov 27, 2020

Component: ui, solution

What happened:
The Environment list does not display correctly when there is a namespace/environment on terminating status.
image
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?

[root@metalk8sbootstrap centos]# kubectl get ns
NAME                  STATUS        AGE
default               Active        25h
kube-node-lease       Active        25h
kube-public           Active        25h
kube-system           Active        25h
metalk8s-auth         Active        25h
metalk8s-ingress      Active        25h
metalk8s-logging      Active        25h
metalk8s-monitoring   Active        25h
metalk8s-solutions    Active        25h
metalk8s-ui           Active        25h
test                  Terminating   19h
toto                  Active        19h
yanjin                Active        15h
yanjin-test           Terminating   20h

Why they are in terminating state?

apiVersion: v1
kind: Namespace
metadata:
  annotations:
    solutions.metalk8s.scality.com/environment-description: ""
  creationTimestamp: "2020-11-26T15:23:01Z"
  deletionTimestamp: "2020-11-26T15:27:14Z"
  labels:
    solutions.metalk8s.scality.com/environment: test
  name: test
  resourceVersion: "71785"
  selfLink: /api/v1/namespaces/test
  uid: 716f7b87-adf8-4d11-8b97-84c9ba862c53
spec:
  finalizers:
  - kubernetes
status:
  conditions:
  - lastTransitionTime: "2020-11-26T15:27:24Z"
    message: 'Discovery failed for some groups, 2 failing: unable to retrieve the
      complete list of server APIs: custom.metrics.k8s.io/v1beta1: the server is currently
      unable to handle the request, metrics.k8s.io/v1beta1: the server is currently
      unable to handle the request'
    reason: DiscoveryFailed
    status: "True"
    type: NamespaceDeletionDiscoveryFailure
  - lastTransitionTime: "2020-11-26T15:27:26Z"
    message: All legacy kube types successfully parsed
    reason: ParsedGroupVersions
    status: "False"
    type: NamespaceDeletionGroupVersionParsingFailure
  - lastTransitionTime: "2020-11-26T15:27:26Z"
    message: All content successfully deleted, may be waiting on finalization
    reason: ContentDeleted
    status: "False"
    type: NamespaceDeletionContentFailure
  - lastTransitionTime: "2020-11-26T15:27:32Z"
    message: All content successfully removed
    reason: ContentRemoved
    status: "False"
    type: NamespaceContentRemaining
  - lastTransitionTime: "2020-11-26T15:27:26Z"
    message: All content-preserving finalizers finished
    reason: ContentHasNoFinalizers
    status: "False"
    type: NamespaceFinalizersRemaining
  phase: Terminating

Steps to reproduce
Create a namespace and delete it from the UI.

Resolution proposal (optional):

@ChengYanJin 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 ChengYanJin self-assigned this Nov 27, 2020
@ChengYanJin ChengYanJin added this to To do in Solutions lifecycle via automation 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 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
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
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
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
Copy link
Contributor Author

Fixed in PR#2954

Solutions lifecycle automation moved this from To do to Done Dec 14, 2020
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
Projects
Development

No branches or pull requests

1 participant