Improve cloud resources cleanup (#215)

This commit is contained in:
Nimrod Gilboa Markevich
2021-09-23 20:51:37 +03:00
committed by GitHub
parent 7b333556d0
commit 9212c195b4
5 changed files with 126 additions and 194 deletions

View File

@@ -32,7 +32,7 @@ var logsCmd = &cobra.Command{
logger.Log.Debugf("Using file path %s", config.Config.Logs.FilePath())
if dumpLogsErr := fsUtils.DumpLogs(kubernetesProvider, ctx, config.Config.Logs.FilePath()); dumpLogsErr != nil {
if dumpLogsErr := fsUtils.DumpLogs(ctx, kubernetesProvider, config.Config.Logs.FilePath()); dumpLogsErr != nil {
logger.Log.Errorf("Failed dump logs %v", dumpLogsErr)
}