We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Steps:
multi-pod2
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"]
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.
The text was updated successfully, but these errors were encountered:
Cannot replicate this any more. This was fixed with the PR for #710. Closing.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Steps:
multi-pod2
on your clusterResult:
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.
The text was updated successfully, but these errors were encountered: