Add instructions for Macports (#9701)

pull/9729/head
Tair Sabirgaliev 2018-08-02 22:18:27 +06:00 committed by k8s-ci-robot
parent c50848ef88
commit a09e9eafa3
1 changed files with 8 additions and 0 deletions

View File

@ -65,6 +65,14 @@ kubectl is available as a [snap](https://snapcraft.io/) application.
2. Run `kubectl version` to verify that the version you've installed is sufficiently up-to-date.
## Install with Macports on macOS
1. If you are on macOS and using [Macports](https://macports.org/) package manager, you can install with:
port install kubectl
2. Run `kubectl version` to verify that the version you've installed is sufficiently up-to-date.
## Install with Powershell from PSGallery
1. If you are on Windows and using [Powershell Gallery](https://www.powershellgallery.com/) package manager, you can install and update with: