Do other folks install the `nerdctl` CLI tool on t...
# rke2
e
Do other folks install the
nerdctl
CLI tool on their RKE2 nodes? I’m finding
crictl
a bit cumbersome to use.
c
I have only ever found it necessary when trying to manually run containers in containerd. If you’re just using containerd as a container runtime for the kubelet, I have never needed more than crictl and ctr (both of which come with rke2)
e
Thanks. With RKE1, we used Docker alot for troubleshooting issues. That’s why I was considering
nerdctl
.
c
yeah you don’t really need to do that much with rke2.
most everything is in the rke2 log in journald, or under /var/log/pods. if you need to see what’s running you can just do
crictl ps
e
Great. Thanks for the tips.
RKE2 is designed pretty well. Should be easier to troubleshoot than the older versions.