cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
417 stars 210 forks source link

sysdump: don't write extension twice in clustermesh debug files #2557

Closed giorio94 closed 4 months ago

giorio94 commented 4 months ago

Let's avoid to report the file extension twice, as in

  clustermesh-apiserver-5dc46d9cf7-cg5db-kvstoremesh-troubleshoot-txt-20240517-150749.txt

as redundant. The correct version would be

  clustermesh-apiserver-5dc46d9cf7-cg5db-kvstoremesh-troubleshoot-20240517-150749.txt

Fixes: 7029b16aa949 ("sysdump: collect clustermesh-related debug information")