Krkn-lib
Krkn-lib contains the base kubernetes python functions
Categories:
Installation
Git
Clone the repository
git clone https://github.com/krkn-chaos/krkn-lib
cd krkn-lib
Install the dependencies
Krkn lib uses poetry for its dependency management and packaging. To install the proper packages please use:
$ pip install poetry
$ poetry install --no-interaction
Available Functions
You can find a list of available functions and modules here
Testing your changes
To see how you can configure and test your changes see testing changes