We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b3e4a7 + 0bd49f5 commit 057fdffCopy full SHA for 057fdff
bootstrap/kubeadm/internal/cloudinit/kubeadm-bootstrap-script.sh
@@ -106,7 +106,6 @@ function retry-command() {
106
fi
107
}
108
109
-# {{ if .ControlPlane }}
110
function try-or-die-command() {
111
local kubeadm_return
112
log::info "running '$*'"
@@ -118,7 +117,6 @@ function try-or-die-command() {
118
117
log::error_exit "fatal error, exiting" "${kubeadm_return}"
119
120
121
-# {{ end }}
122
123
retry-command kubeadm join phase preflight --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests
124
# {{ if .ControlPlane }}
0 commit comments