This message was deleted.
# k3s
a
This message was deleted.
c
the installer symlinks them for you if they don’t already exist
j
I don't want to tear everything down. What's the right way to get back onto the k3s preferred tools?
c
create the symlinks yourself? or modify your $PATH?
j
Right, but I'm having trouble understanding the vars in the linked section of the script.
c
Copy code
root@ubuntu01:~# which kubectl
/usr/local/bin/kubectl
root@ubuntu01:~# ls -la /usr/local/bin/kubectl
lrwxrwxrwx 1 root root 3 Jul  5 20:46 /usr/local/bin/kubectl -> k3s
j
Ah, cool. Thanks a ton man. I didn't know that the k3s binary is the kubectl.