We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a42841 + 3e989b7 commit a860afbCopy full SHA for a860afb
docs/operations/etcd_administration.md
@@ -36,8 +36,8 @@ kubectl exec -it -n kube-system $CONTAINER -- sh
36
3\. Run etcdctl
37
38
```bash
39
-ETCD_VERSION=3.5.1
40
-ETCDDIR=/opt/etcd-v$ETCD_VERSION-linux-amd64 # Replace with arm64 if you are running an arm control plane
+ETCD_VERSION=3.5.13
+ETCDDIR=/opt/etcd-v$ETCD_VERSION
41
CERTDIR=/rootfs/srv/kubernetes/kube-apiserver/
42
alias etcdctl="ETCDCTL_API=3 $ETCDDIR/etcdctl --cacert=$CERTDIR/etcd-ca.crt --cert=$CERTDIR/etcd-client.crt --key=$CERTDIR/etcd-client.key --endpoints=https://127.0.0.1:4001"
43
```
0 commit comments