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:
Anthony Romano
2017-08-04 23:01:44 -07:00
parent 5c5be5ce5b
commit cb6bb3c90d
3 changed files with 0 additions and 3 deletions

View File

@@ -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
```

View File

@@ -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
```

View File

@@ -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