Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin2105 committed Oct 10, 2019
1 parent 48e2d88 commit fd73d38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s-master/etcd/etcd-ha.service
Expand Up @@ -37,7 +37,6 @@ ExecStart=/usr/bin/etcd \
--advertise-client-urls https://{{ currentip }}:2379 \
--listen-peer-urls https://{{ currentip }}:2380 \
--initial-advertise-peer-urls https://{{ currentip }}:2380 \
#--initial-cluster-token {{ clustername }} \
--initial-cluster {{ node01 }}=https://{{ node01ip }}:2380,{{ node02 }}=https://{{ node02ip }}:2380,{{ node03 }}=https://{{ node03ip }}:2380 \
--initial-cluster-state new \
--peer-client-cert-auth \
Expand All @@ -49,3 +48,7 @@ LimitNOFILE=30000

[Install]
WantedBy=multi-user.target



#--initial-cluster-token {{ clustername }} \

0 comments on commit fd73d38

Please sign in to comment.