Skip to content

Commit

Permalink
add logging to label step
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTheLeg committed Mar 6, 2024
1 parent 6da8a17 commit 0494fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tasks/nodes.go
Expand Up @@ -97,6 +97,8 @@ func ensureRestartKubeAPIServerCrictl(s *state.State) error {
}

func labelNodes(s *state.State) error {
s.Logger.Infof("Labeling nodes...")

candidateNodes := sets.NewString()
nodeList := corev1.NodeList{}

Expand Down

0 comments on commit 0494fa1

Please sign in to comment.