mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-25 09:11:24 -05:00
bootstarpper: "Restart Cilium" -> "Restarting Cilium"
This commit is contained in:
parent
914eacb4a3
commit
119bf02435
@ -202,7 +202,7 @@ func (k *KubeWrapper) InitCluster(
|
|||||||
timeUntilFinishedWaiting := time.Since(timeToStartWaiting)
|
timeUntilFinishedWaiting := time.Since(timeToStartWaiting)
|
||||||
log.With(zap.Duration("duration", timeUntilFinishedWaiting)).Infof("Cilium became healthy")
|
log.With(zap.Duration("duration", timeUntilFinishedWaiting)).Infof("Cilium became healthy")
|
||||||
|
|
||||||
log.Infof("Restart Cilium")
|
log.Infof("Restarting Cilium")
|
||||||
if err := k.clusterUtil.FixCilium(ctx); err != nil {
|
if err := k.clusterUtil.FixCilium(ctx); err != nil {
|
||||||
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
||||||
// Continue and don't throw an error here - things might be okay.
|
// Continue and don't throw an error here - things might be okay.
|
||||||
@ -323,7 +323,7 @@ func (k *KubeWrapper) JoinCluster(ctx context.Context, args *kubeadm.BootstrapTo
|
|||||||
return fmt.Errorf("waiting for Cilium to become healthy: %w", err)
|
return fmt.Errorf("waiting for Cilium to become healthy: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("Restart Cilium")
|
log.Infof("Restarting Cilium")
|
||||||
if err := k.clusterUtil.FixCilium(context.Background()); err != nil {
|
if err := k.clusterUtil.FixCilium(context.Background()); err != nil {
|
||||||
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
||||||
// Continue and don't throw an error here - things might be okay.
|
// Continue and don't throw an error here - things might be okay.
|
||||||
@ -393,7 +393,7 @@ func (k *KubeWrapper) StartKubelet(log *logger.Logger) error {
|
|||||||
return fmt.Errorf("waiting for Cilium to become healthy: %w", err)
|
return fmt.Errorf("waiting for Cilium to become healthy: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("Restart Cilium")
|
log.Infof("Restarting Cilium")
|
||||||
if err := k.clusterUtil.FixCilium(context.Background()); err != nil {
|
if err := k.clusterUtil.FixCilium(context.Background()); err != nil {
|
||||||
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
log.With(zap.Error(err)).Errorf("FixCilium failed")
|
||||||
// Continue and don't throw an error here - things might be okay.
|
// Continue and don't throw an error here - things might be okay.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user