Closed blacksd closed 2 years ago
This might just be a duplicate of #40
@goshlanguage can you please check and merge one of the two, and please do a release? The latest
doesn't include commits from 8 months ago 😢
@blacksd can you rebase your PR and fix the conflicts, also can you add a test to run the verbosity
? thanks
fixed here https://github.com/helm/kind-action/pull/64
Hi -
kind
is not supporting--log-level
anymore, actively refusing to set verbosity if the parameter is set with the previous syntax. I changed all occurrences to comply with the new--verbosity
format.