mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack.
This commit is contained in:
@@ -90,6 +90,7 @@ grains:
|
||||
docker_opts: '$(echo "$DOCKER_OPTS" | sed -e "s/'/''/g")'
|
||||
master_extra_sans: '$(echo "$MASTER_EXTRA_SANS" | sed -e "s/'/''/g")'
|
||||
keep_host_etcd: true
|
||||
kube_user: '$(echo "$KUBE_USER" | sed -e "s/'/''/g")'
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user