Disclaimer
All contributions made directly in this repository will be deleted by force push. If you want to contribute, go to ansible-collection-k8s-toolbox
Installs kubectx and kubens from GitHub repository.
This role is not self contained. He requires pandemonium1986.kubectl to work correctly.
ansible-galaxy install -f pandemonium1986.kubectl
From defaults/main.yml :
kubectx_installation_path: "/opt/github/kubectx"
kubectx_version: "master"
- name: kubectx installation
hosts: all
become: true
tasks:
- import_role:
name: pandemonium1986.kubectx
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michael Maffait - Initial work - Pandemonium1986
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details