TK8 CLi example Addon for developer
September 6, 2018 ยท View on GitHub
Getting Started
These instructions will get you all information you need to create your own tk8 addons on top of your kubernetes cluster
Prerequisites
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
Development
Create your own addons for TK8 is easy as well.
./tk* 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 befor 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
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Billie Thompson - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
License
This project is licensed under the Apache License - see the LICENSE.md file for details
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc