k3sup is a light-weight utility to get from zero to KUBECONFIG with k3s on any local or remote VM. All you need is ssh access and the k3sup binary to get kubectl access immediately.
k3sup is a light-weight utility to get from zero to KUBECONFIG with k3s on any local or remote VM. All you need is ssh access and the k3sup binary to get kubectl access immediately.
To install k3sup, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install k3sup
To see what files were installed by k3sup, run:
port contents k3sup
To later upgrade k3sup, run:
sudo port selfupdate && sudo port upgrade k3sup
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.