Refer to the official Kubebuilder book: book.kubebuilder.io
wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.bashrc source ~/.bashrc go version install kubebuilder on windows
: The Kubernetes CLI is needed to interact with your clusters. Refer to the official Kubebuilder book: book
To remove WSL2 distro completely:
sudo apt install make
wsl --unregister Ubuntu