This message was deleted.
# rke2
a
This message was deleted.
s
Now you are not saying anything about how you installed, or which version. But, if you used the install script, there will be some binaries of interest beneath /var/lib/ instead of usual places. Check there and you might find what you need.
Of course, nothing stops you from installing it with apt or yum/dnf as well.
Sorry, saw now that you did use the install script. Then you should look under /var/lib somewhere. I think it's /var/lib/rancher/_rke2_/bin/_ctr_
a
Thank you very much, i in fact changed the path but found the ctr binary. 🙂
r
Last I checked, the RPM install method (which is the default with the install shell script) will install ctr & crictl, but I seem to recall the TAR install method (which is how it gets installed if deployed through Rancher) left one or both of those binaries out. Might be fixed with current versions, but I know I saw that a year or two ago.
m
I found this gist very useful for things with RKE2: https://gist.github.com/superseb/3b78f47989e0dbc1295486c186e944bf
👍 1