1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-15 11:50:41 +01:00
Files
oh-my-zsh/plugins/kubeadm

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)