mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
commit
93207bfd1c
@ -49,7 +49,7 @@ function verify-prereqs {
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
||||
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||
return
|
||||
fi
|
||||
# update and install components as needed
|
||||
|
@ -87,7 +87,7 @@ function verify-prereqs() {
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
||||
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||
return
|
||||
fi
|
||||
# update and install components as needed
|
||||
|
Loading…
Reference in New Issue
Block a user