-
Notifications
You must be signed in to change notification settings - Fork 93
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
URI field that returns content that isn't a support bundle causes analysis to fail #1694
Comments
Ah that'll be why... troubleshoot/cmd/troubleshoot/cli/run.go Lines 256 to 267 in 9f5f063
|
so following this through to troubleshoot/pkg/supportbundle/load.go Lines 239 to 264 in 9f5f063
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: