mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Generate password for local cluster, too
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user