mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 15:04:46 -03:30
Merge pull request #934 from frozenice/use-api-pwd-for-root
also use kube_api_pwd for root account
This commit is contained in:
@@ -55,7 +55,7 @@ kube_users:
|
|||||||
pass: "{{kube_api_pwd}}"
|
pass: "{{kube_api_pwd}}"
|
||||||
role: admin
|
role: admin
|
||||||
root:
|
root:
|
||||||
pass: "changeme"
|
pass: "{{kube_api_pwd}}"
|
||||||
role: admin
|
role: admin
|
||||||
|
|
||||||
# Kubernetes cluster name, also will be used as DNS domain
|
# Kubernetes cluster name, also will be used as DNS domain
|
||||||
|
|||||||
Reference in New Issue
Block a user