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