Skip to content

Commit

Permalink
try to operate against localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Feb 24, 2020
1 parent 013bcf8 commit cdfa573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bootkube_podman_run \
if [ ! -z "$CLUSTER_ETCD_OPERATOR_MANAGED" ]
then
# TODO: host-etcd endpoint rendered by cluster-etcd-operator
BOOTSTRAP_IP=$(hostname -I | awk '{ print $1 }')
BOOTSTRAP_IP=localhost
ETCD_ENDPOINTS=https://"${BOOTSTRAP_IP}":2379
if [ ! -f etcd-bootstrap.done ]
then
Expand Down

0 comments on commit cdfa573

Please sign in to comment.