Fix etcd hostnames
This commit is contained in:
@@ -730,7 +730,7 @@ function start-kube-proxy {
|
||||
# $4: value for variable 'cpulimit'
|
||||
# $5: pod name, which should be either etcd or etcd-events
|
||||
function prepare-etcd-manifest {
|
||||
local host_name=$(hostname -s)
|
||||
local host_name=${ETCD_HOSTNAME:-$(hostname -s)}
|
||||
local etcd_cluster=""
|
||||
local cluster_state="new"
|
||||
local etcd_protocol="http"
|
||||
|
Reference in New Issue
Block a user