Skip to content

Commit a860afb

Browse files
authored
Merge pull request #17263 from vitaliyf/patch-1
docs: updated etcdctl example
2 parents 4a42841 + 3e989b7 commit a860afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operations/etcd_administration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ kubectl exec -it -n kube-system $CONTAINER -- sh
3636
3\. Run etcdctl
3737

3838
```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
39+
ETCD_VERSION=3.5.13
40+
ETCDDIR=/opt/etcd-v$ETCD_VERSION
4141
CERTDIR=/rootfs/srv/kubernetes/kube-apiserver/
4242
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"
4343
```

0 commit comments

Comments
 (0)