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 b4b7e4d commit 73d8e4dCopy full SHA for 73d8e4d
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