mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
⚡ Log the worker DaemonSet creation
This commit is contained in:
parent
1533d1ec28
commit
2c6c71cf49
@ -29,6 +29,8 @@ func CreateWorkers(
|
||||
serviceAccountName = ""
|
||||
}
|
||||
|
||||
log.Info().Msg("Creating the worker DaemonSet...")
|
||||
|
||||
if err := kubernetesProvider.ApplyWorkerDaemonSet(
|
||||
ctx,
|
||||
namespace,
|
||||
@ -46,7 +48,7 @@ func CreateWorkers(
|
||||
return err
|
||||
}
|
||||
|
||||
log.Debug().Msg("Successfully created workers.")
|
||||
log.Info().Msg("Successfully created the worker DaemonSet.")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user