mirror of https://github.com/k3s-io/k3s
use correct syntax for alternative value of KUBE_MINIONS
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