Skip to content

Commit 98fb0fb

Browse files
committed
Fix: kubeadm_join: Correct node check for Kubernetes 1.32+
1 parent 19bfbd8 commit 98fb0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/kubeadm_join.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@
8787
path => $path,
8888
logoutput => true,
8989
timeout => 0,
90-
unless => "kubectl get nodes | grep ${node_name}",
90+
unless => "kubectl get nodes ${node_name}",
9191
}
9292
}

0 commit comments

Comments
 (0)