Skip to content

Commit

Permalink
add note for etcdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
reetasingh committed Jan 31, 2023
1 parent 9762188 commit 14f017d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/set
1. Optional: Check the cluster health.
If `etcdctl` isn't available, you can run this tool inside a container image.
You would do that directly with your container runtime using a tool such as
`crictl run` and not through Kubernetes
```sh
ETCDCTL_API=3 etcdctl \
--cert /etc/kubernetes/pki/etcd/peer.crt \
Expand Down

0 comments on commit 14f017d

Please sign in to comment.