Blueshoe / pytest-kubernetes

A :arrow_right: pytest plugin to make the management of (local) Kubernetes clusters a breeze. :rocket:
Apache License 2.0
22 stars 3 forks source link

Custom cluster configs #17

Open tawalaya opened 11 months ago

tawalaya commented 11 months ago

Is it possible to provide custom cluster configs akin to the kind --config option? For the project, I wanted to use this cool project. I wanted to test a specific Kubernetes feature that requires a plugin to be added. So far I've done that with a custom kind config file and a shell script.

I think this would require an addition to the ClusterOptions. But I'm not sure if the other providers allow for a similar feature.

Schille commented 8 months ago

Hi @tawalaya This is currently not possible but makes a lot of sense. This issue duplicates #3, too. If you have free capacity, you are welcome to set up a PR and I can help you with the implementation.