mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Generate password for local cluster, too
This commit is contained in:
parent
5d02bf0e4b
commit
9e03e1d8ea
@ -35,6 +35,9 @@ set -e
|
||||
done
|
||||
)
|
||||
|
||||
source "$(dirname 0)/../cluster/util.sh"
|
||||
get-password
|
||||
|
||||
echo "Starting etcd"
|
||||
|
||||
ETCD_DIR=$(mktemp -d -t kube-integration.XXXXXX)
|
||||
|
Loading…
Reference in New Issue
Block a user