Closed
Description
minikube version: v0.30.0
avid@sleeper:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux buster/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
As per the title, I installed kubeadm, kubectl and kubetel. I built minikube from scratch (via a git clone) but when I run it it overwrites these utilities. I can trawl through the sources, but the versions of kubectl etc that are being built when I build minikube are arm64 executables, so I'm unsure what's happening. However, I have verified that 'minikube start' overwrites the installed utilities.
Any help would be useful
Kind regards, David