Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Zsh Plugin: Kubeadm

Add tab completion for kubeadm.

Installing with Antigen

antigen bundle gantsign/zsh-plugins kubeadm

Installing with Ansible Role

Add the following to your Ansible playbook:

- role: gantsign.antigen
  users:
    - username: example_username
      antigen_bundles:
        - name: kubeadm
          url: gantsign/zsh-plugins
          location: kubeadm

Note: replace example_username with the username to install this plugin for.