mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-06 10:34:46 +01:00
feat(kubeadm): add auto-completion plugin
This commit is contained in:
10
plugins/kubeadm/README.md
Normal file
10
plugins/kubeadm/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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)
|
||||
```
|
||||
Reference in New Issue
Block a user