Closed brb closed 1 year ago
@cpanato @davidkarlsen Pinging recent contributors of the project :wave:
i think this is not needed, because you can run the kind
command in a single step and delete the cluster
the kind cli is installed and you can do whatever you want after the first usage of the action
Thanks! kind
exists indeed, so this issue is no longer needed.
I would like to create multiple Kind clusters in the same Github Action workflow. That would require deleting a previously created Kind cluster.
Would you accept a contribution to add a new option to remove a Kind cluster?
Example usage:
An alternative would be to to always delete a Kind cluster before creating a new one, but that might break existing GHA workflows in which multiple clusters are created with different
cluster_name
.Would you accept such a contribution?