Typo fixes (#3552)

This commit is contained in:
Billy Tat
2021-09-24 14:32:36 -07:00
committed by GitHub
parent 60b45b7386
commit e15aa31905
+2 -2
View File
@@ -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