mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Merge pull request #9948 from jlowdermilk/fix-ubuntu
Add missing source to ubuntu/util.sh
This commit is contained in:
commit
5610db025a
@ -17,6 +17,8 @@
|
||||
# A library of helper functions that each provider hosting Kubernetes must implement to use cluster/kube-*.sh scripts.
|
||||
set -e
|
||||
|
||||
source "${KUBE_ROOT}/cluster/common.sh"
|
||||
|
||||
SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR"
|
||||
|
||||
# use an array to record name and ip
|
||||
|
Loading…
Reference in New Issue
Block a user