mirror of https://github.com/k3s-io/k3s.git
commit
8b9e504574
|
@ -88,6 +88,6 @@ function get-password {
|
|||
return
|
||||
fi
|
||||
user=admin
|
||||
passwd=$(python -c 'import string,random; print "".join(random.choice(string.ascii_letters + string.digits) for _ in range(16))')
|
||||
passwd=$(python -c 'import string,random; print "".join(random.SystemRandom().choice(string.ascii_letters + string.digits) for _ in range(16))')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue