You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
When browsing the Applications view and clicking into a 2-container Pod which has one of the containers in Error state, Octant crashes and throws this error:
W0714 11:44:41.926957 17597 reflector.go:424] github.com/vmware-tanzu/octant/internal/objectstore/dynamic_cache.go:389: watch of *unstructured.Unstructured ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode to metav1.Event") has prevented the request from succeeding
panic: runtime error: index out of range [0] with length 0
What did you expect to happen:
Resource Viewer should open up
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
When i browse to that workload but from the Namespace Overview, Resource Viewer loads just fine
Environment:
Octant version (use octant version): 0.21
Kubernetes version (use kubectl version): 1.21
OS (macOS 10.15, Windows 10, Ubuntu 19.10 etc): MacOS 11.4
The text was updated successfully, but these errors were encountered:
@davidmirror-ops can you share the deployment / yaml for the workload that is crashing. also the way you produced the state, this will greatly help with replication and debugging
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
When browsing the Applications view and clicking into a 2-container Pod which has one of the containers in Error state, Octant crashes and throws this error:
W0714 11:44:41.926957 17597 reflector.go:424] github.com/vmware-tanzu/octant/internal/objectstore/dynamic_cache.go:389: watch of *unstructured.Unstructured ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode to metav1.Event") has prevented the request from succeeding
panic: runtime error: index out of range [0] with length 0
What did you expect to happen:
Resource Viewer should open up
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
When i browse to that workload but from the Namespace Overview, Resource Viewer loads just fine
Environment:
octant version
): 0.21kubectl version
): 1.21The text was updated successfully, but these errors were encountered: