A Kubernetes credential plugin implementing Azure authentication
kubelogin is a client-go credential plugin implementing Azure authentication for Kubernetes. This plugin provides features that are not available in kubectl.
kubelogin is a client-go credential plugin implementing Azure authentication for Kubernetes. This plugin provides features that are not available in kubectl.
To install azure-kubelogin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install azure-kubelogin
To see what files were installed by azure-kubelogin, run:
port contents azure-kubelogin
To later upgrade azure-kubelogin, run:
sudo port selfupdate && sudo port upgrade azure-kubelogin
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.