mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
10 lines
373 B
Markdown
10 lines
373 B
Markdown
# kubeadm plugin
|
|
|
|
This plugin adds completion for the [kubernetes cluster creator](https://kubernetes.io/docs/reference/setup-tools/kubeadm/).
|
|
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:
|
|
|
|
```zsh
|
|
plugins=(... kubeadm)
|
|
```
|