mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
use correct syntax for alternative value of KUBE_MINIONS
This commit is contained in:
parent
19976c47ed
commit
8350463341
@ -16,6 +16,6 @@
|
||||
|
||||
# If the user doesn't specify a minion, assume we are running in a single node
|
||||
# configuration and that we have a local minion.
|
||||
KUBE_MINIONS=${KUBE_MINIONS:$(hostname -f)}
|
||||
KUBE_MINIONS="${KUBE_MINIONS:-$(hostname -f)}"
|
||||
|
||||
./apiserver -address=0.0.0.0 -etcd_servers="${ETCD_SERVERS}" --machines="${KUBE_MINIONS}"
|
||||
|
Loading…
Reference in New Issue
Block a user