mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Documentation: remove ETCDCTL_API=3 settings
etcd examples set ETCDCTL_API=3 but are using v2 etcdctl commands. This works on CL by accident because it ships with 2.3 so etcdctl doesn't recognize the API env var.
This commit is contained in:
@@ -107,7 +107,6 @@ The example profile added autologin so you can verify that etcd3 works between n
|
||||
|
||||
```sh
|
||||
$ systemctl status etcd-member
|
||||
$ export ETCDCTL_API=3
|
||||
$ etcdctl set /message hello
|
||||
$ etcdctl get /message
|
||||
```
|
||||
|
||||
@@ -158,7 +158,6 @@ The example profile added autologin so you can verify that etcd3 works between n
|
||||
|
||||
```sh
|
||||
$ systemctl status etcd-member
|
||||
$ export ETCDCTL_API=3
|
||||
$ etcdctl set /message hello
|
||||
$ etcdctl get /message
|
||||
```
|
||||
|
||||
@@ -93,7 +93,6 @@ $ systemctl status etcd-member
|
||||
Verify that etcd3 peers are healthy and communicating.
|
||||
|
||||
```sh
|
||||
$ export ETCDCTL_API=3
|
||||
$ etcdctl cluster-health
|
||||
$ etcdctl set /message hello
|
||||
$ etcdctl get /message
|
||||
|
||||
Reference in New Issue
Block a user