troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Add support for configmap and secret resources

Open tstephen-relx opened this issue 2 years ago • 1 comments

I have created support bundles containing these resources not included in cluster-resources collector following the documentation: https://troubleshoot.sh/docs/collect/configmap/ and https://troubleshoot.sh/docs/collect/secret/ but subsequently running the kubectl commands produces errors like these:

Error from server (NotFound): Unable to list "/v1, Resource=configmaps": the server could not find the requested resource (get configmaps)

I imagine this is because configmaps and secrets are stored in parallel folders. Could they not be read from there? Screenshot 2023-04-24 at 12 43 30

tstephen-relx avatar Apr 24 '23 12:04 tstephen-relx