Skip to content

Commit

Permalink
Update etcd_administration.md
Browse files Browse the repository at this point in the history
etcd does not have arch in the folder name.
  • Loading branch information
avdhoot authored Feb 26, 2024
1 parent 7385490 commit f777aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operations/etcd_administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kubectl exec -it -n kube-system $CONTAINER -- sh

```bash
ETCD_VERSION=3.5.1
ETCDDIR=/opt/etcd-v$ETCD_VERSION-linux-amd64 # Replace with arm64 if you are running an arm control plane
ETCDDIR=/opt/etcd-v$ETCD_VERSION # Replace with arm64 if you are running an arm control plane
CERTDIR=/rootfs/srv/kubernetes/kube-apiserver/
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"
```
Expand Down

0 comments on commit f777aeb

Please sign in to comment.