Skip to content

Commit

Permalink
Update 1 simple-cluster.md (justmeandopensource#105)
Browse files Browse the repository at this point in the history
Change type to exec due to a bug in etcd that doesnt notify systemd
  • Loading branch information
boxleafdigital authored Jun 29, 2022
1 parent 0037cac commit 397d36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubeadm-external-etcd/1 simple-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat <<EOF >/etc/systemd/system/etcd.service
Description=etcd
[Service]
Type=notify
Type=exec
ExecStart=/usr/local/bin/etcd \\
--name ${ETCD_NAME} \\
--initial-advertise-peer-urls http://${NODE_IP}:2380 \\
Expand Down Expand Up @@ -61,4 +61,4 @@ EOF
> In any one of the etcd nodes
```
ETCDCTL_API=3 etcdctl --endpoints=http://127.0.0.1:2379 member list
```
```

0 comments on commit 397d36e

Please sign in to comment.