Created
January 11, 2019 03:03
-
-
Save gslin/8a08e52d141dfe36631c91c8b42dd0dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ETCD_NAME="infra0" | |
ETCD_LISTEN_PEER_URLS="http://0.0.0.0:2380" | |
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379" | |
ETCD_INITIAL_ADVERTISE_PEER_URLS="http://172.31.66.98:2380" | |
ETCD_INITIAL_CLUSTER="infra0=http://172.31.66.98:2380,infra1=http://172.31.65.18:2380,infra2=http://172.31.66.106:2380" | |
ETCD_INITIAL_CLUSTER_STATE="new" | |
ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster" | |
ETCD_ADVERTISE_CLIENT_URLS="http://172.31.66.98:2379" | |
ETCD_NAME="infra1" | |
ETCD_LISTEN_PEER_URLS="http://0.0.0.0:2380" | |
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379" | |
ETCD_INITIAL_ADVERTISE_PEER_URLS="http://172.31.65.18:2380" | |
ETCD_INITIAL_CLUSTER="infra0=http://172.31.66.98:2380,infra1=http://172.31.65.18:2380,infra2=http://172.31.66.106:2380" | |
ETCD_INITIAL_CLUSTER_STATE="new" | |
ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster" | |
ETCD_ADVERTISE_CLIENT_URLS="http://172.31.65.18:2379" | |
ETCD_NAME="infra2" | |
ETCD_LISTEN_PEER_URLS="http://0.0.0.0:2380" | |
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379" | |
ETCD_INITIAL_ADVERTISE_PEER_URLS="http://172.31.66.106:2380" | |
ETCD_INITIAL_CLUSTER="infra0=http://172.31.66.98:2380,infra1=http://172.31.65.18:2380,infra2=http://172.31.66.106:2380" | |
ETCD_INITIAL_CLUSTER_STATE="new" | |
ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster" | |
ETCD_ADVERTISE_CLIENT_URLS="http://172.31.66.106:2379" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment