mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Typo fixes (#3552)
This commit is contained in:
@@ -122,7 +122,7 @@ rancher/pause 3.1 da86e6ba6ca19 742kB
|
||||
|
||||
etcdctl provides a CLI for etcd.
|
||||
|
||||
If you would like to use etcdctl after installing K3s with embedded etcd, install etcdctl using the [official documentation:](https://etcd.io/docs/latest/install/)
|
||||
If you would like to use etcdctl after installing K3s with embedded etcd, install etcdctl using the [official documentation.](https://etcd.io/docs/latest/install/)
|
||||
|
||||
```
|
||||
$ VERSION="v3.5.0"
|
||||
@@ -130,7 +130,7 @@ $ curl -L https://github.com/etcd-io/etcd/releases/download/${VERSION}/etcd-${VE
|
||||
$ sudo tar -zxvf etcdctl-${VERSION}-linux-amd64.tar.gz -C /usr/local/bin
|
||||
```
|
||||
|
||||
Then start using etcdctl commands with the appropriate k3s flags:
|
||||
Then start using etcdctl commands with the appropriate K3s flags:
|
||||
|
||||
```
|
||||
$ sudo etcdctl --cacert=/var/lib/rancher/k3s/server/tls/etcd/server-ca.crt --cert=/var/lib/rancher/k3s/server/tls/etcd/client.crt --key=/var/lib/rancher/k3s/server/tls/etcd/client.key version
|
||||
|
||||
Reference in New Issue
Block a user