rmk cluster capi create
should be idempotent and always exit with 0
#52
Labels
bug
Something isn't working
Description
rmk cluster capi create
should be idempotent and always exit with 0, even when a k3d cluster already created.E.g., the command can be executed multiple times in a row on a CI/CD machine.
At the same time, currently, the logic
rmk cluster capi delete
is idempotent and works consistent, always exits with 0.It is because the inconsistencies inside the k3d tool itself.
Steps to reproduce
Run
rmk cluster capi create
multiple times.Expected behaviour
The first time:
The next times:
Actual behaviour
The first time:
The next times:
Environment info
RMK: v0.45.0+ (with the Cluster API support)
OS: any
Shell: any
Terminal: any
Agree to the Code of Conduct
The text was updated successfully, but these errors were encountered: