Skip to content
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

bug-report temp dir failed to cleanup when using --dir #43835

Closed
steeling opened this issue Mar 8, 2023 · 0 comments · Fixed by #43848
Closed

bug-report temp dir failed to cleanup when using --dir #43835

steeling opened this issue Mar 8, 2023 · 0 comments · Fixed by #43848

Comments

@steeling
Copy link

steeling commented Mar 8, 2023

Bug Description

If using a local directory ie: istioctl bug-report --dir tempdir, it fails to cleanup the temporary directory, with error message:

Cleaning up temporary files in ..
Error: RemoveAll .: invalid argument

if err := os.RemoveAll(archiveDir); err != nil {

Version

$ istioctl version
no running Istio pods in "istio-system"
1.17.1

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant