Update index.md
typo fix `etcd get foo` => `etcdctl get foo`
This commit is contained in:
@@ -111,7 +111,7 @@ and
|
||||
etcdctl cluster-health
|
||||
```
|
||||
|
||||
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcd get foo`
|
||||
You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo`
|
||||
on a different node.
|
||||
|
||||
### Even more reliable storage
|
||||
|
||||
Reference in New Issue
Block a user