This plugin adds completion for the Kubernetes cluster manager, as well as some aliases for common kubectl commands.
To use it, add kubectl to the plugins array in your zshrc file:
plugins=(... kubectl)| If you'r using MAC Intel CPU you want to use VMware to virtual your desired OS such Windows or Ubuntu on the MAC OS you need to download VMware Fusion Player first then it has two version Pro and Player, the Player version is free for personal use but you need to create VM account to download and licence key. | |
| You can create account to download yourself here: | |
| https://customerconnect.vmware.com/group/vmware/evalcenter?p=fusion-player-personal | |
| If you don't want to create account to get license, you can try below original license key for VMware Fusion Player: | |
| COMPONENT: | |
| VMware Fusion Player – Personal Use |
This plugin adds completion for the Kubernetes cluster manager, as well as some aliases for common kubectl commands.
To use it, add kubectl to the plugins array in your zshrc file:
plugins=(... kubectl)| /** | |
| * This file provides common stuff to be used in the pipelines. | |
| * It is important to load it after repo checkout is done: see https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md#triggering-manual-loading | |
| * | |
| */ | |
| /** | |
| * Dumps some info about the environment. | |
| * @return | |
| */ |