1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-04 20:37:37 +08:00
ohmyzsh-mirror/plugins/kubeadm/README.md
2022-10-02 23:25:20 +02:00

373 B

kubeadm plugin

This plugin adds completion for the kubernetes cluster creator. Kubeadm is a tool built to provide kubeadm init and kubeadm join as best-practice "fast paths" for creating Kubernetes clusters.

To use it, add kubeadm to the plugins array in your zshrc file:

plugins=(... kubeadm)