Skip to content

Editor: notification disappears when I clean clutter #503

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

Closed
adietish opened this issue Oct 18, 2022 · 1 comment
Closed

Editor: notification disappears when I clean clutter #503

adietish opened this issue Oct 18, 2022 · 1 comment
Labels
kind/bug Something isn't working severity/major
Milestone

Comments

@adietish
Copy link
Collaborator

adietish commented Oct 18, 2022

Steps:

  1. ASSERT: make sure that you dont have a pod multi-pod2 on your cluster
  2. EXEC: open the following in an editor:
apiVersion: v1
kind: Pod
metadata:
  name: multi-pod2
spec:
  restartPolicy: Never
  volumes:
    - name: shared-data
      emptyDir: {}
  containers:
    - name: nginx-container
      image: nginx
      volumeMounts:
        - name: shared-data
          mountPath: /usr/share/nginx/html
    - name: alpine-container
      image: alpine
      volumeMounts:
        - name: shared-data
          mountPath: /pod-data
      command: ["/bin/sh"]
      args: ["-c", "while true; do echo Hello, World!!! > /pod-data/index.html; sleep 1; done"]
  1. ASSERT: notification appears that you can push and create a new resource on the cluster
  2. EXEC: hit "remove metadata clutter" action in the editor toolbar

Result:
Notification disappears even though the editor can still be pushed to the cluster and create a new resource.

This bug is not critical because you can still push to the cluster via the action in the toolbar.

@adietish adietish added this to the Backlog milestone Oct 18, 2022
@adietish adietish added kind/bug Something isn't working severity/major labels Oct 18, 2022
@adietish adietish changed the title notification disappears when I clean clutter Editor: notification disappears when I clean clutter Oct 18, 2022
@adietish
Copy link
Collaborator Author

adietish commented Feb 7, 2025

Cannot replicate this any more. This was fixed with the PR for #710. Closing.

@adietish adietish closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working severity/major
Projects
None yet
Development

No branches or pull requests

1 participant