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
I specified I URL to a non-existent object in Google Cloud storage, which led to an XML file being returned explaining the error. The caused the bundle analysis to fail when running kubectl support-bundle --load-cluster-specs.
Expected Behavior
The analyzers and collectors from the spec that is stored in the cluster will be run rather than the non-existent spec from the XML file leading to misbehavior.
Steps To Reproduce
You may be to reproduce with fewer steps, but this will make it most like what I encountered.
Include a uri field in a spec that points to a non-existent Google Cloud Storage object
Confirm a curl of that object returns an XML indicating an error
Store that spec in cluster with at least one other spec in the same namespace
Run kubectl support-bundle --load-cluster-specs
Observe that the TUI does not come up
Extract analysis.json from the bundle and notice its content is []
The text was updated successfully, but these errors were encountered:
Bug Description
I specified I URL to a non-existent object in Google Cloud storage, which led to an XML file being returned explaining the error. The caused the bundle analysis to fail when running
kubectl support-bundle --load-cluster-specs
.Expected Behavior
The analyzers and collectors from the spec that is stored in the cluster will be run rather than the non-existent spec from the XML file leading to misbehavior.
Steps To Reproduce
You may be to reproduce with fewer steps, but this will make it most like what I encountered.
uri
field in a spec that points to a non-existent Google Cloud Storage objectcurl
of that object returns an XML indicating an errorkubectl support-bundle --load-cluster-specs
analysis.json
from the bundle and notice its content is[]
The text was updated successfully, but these errors were encountered: