We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bfbd8 commit 98fb0fbCopy full SHA for 98fb0fb
manifests/kubeadm_join.pp
@@ -87,6 +87,6 @@
87
path => $path,
88
logoutput => true,
89
timeout => 0,
90
- unless => "kubectl get nodes | grep ${node_name}",
+ unless => "kubectl get nodes ${node_name}",
91
}
92
0 commit comments