These instructions will get you all information you need to create your own tk8 addons on top of your kubernetes cluster
This addon was created for the tk8 cli you could find it here: https://github.com/kubernauts/tk8 Addon integration is supported on Version 0.5.0 and greater
Alternative you can apply the main.yml directly with kubectl
Create your own addons for TK8 is easy as well.
./tk8 addon create my-addon
Then you can provide the main.yml with your addon components. Also it is possible to add a main.sh file wich runs before the main.yml is applyed to the cluster. So you can do some more stuff or generate a main.yml from subfolder yaml files.
To get more support join us on Slack
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc