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
I would like for kuttl to manage spinning up and tearing down a kind cluster. I am on macOS using podman (machine) in rootless mode. After following these instructions, I am able to create a new kind cluster using
Looking some more, the API for explicitly choosing the provider is public and not marked experimental. So I think we should just add a kindClusterNodeProvider option to TestSuite that defaults to empty (unset).
I probably won't have time to do this anytime soon, but will be happy to review a PR!
porridge
changed the title
Add support for managing the kind cluster on MacOS with podman, rootless
Add support for selecting kind cluster node provider
Dec 9, 2024
What would you like to be added:
I would like for
kuttl
to manage spinning up and tearing down a kind cluster. I am on macOS using podman (machine) in rootless mode. After following these instructions, I am able to create a new kind cluster usingHowever
kuttl
fails to do so, even when I've provided the same environment variable.Why is this needed:
Oh. Maybe this should be filed as a bug instead?
The text was updated successfully, but these errors were encountered: