You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: