helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

Resolve `--log-level` deprecation #57

Closed blacksd closed 2 years ago

blacksd commented 2 years ago

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.

blacksd commented 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 😢

cpanato commented 2 years ago

@blacksd can you rebase your PR and fix the conflicts, also can you add a test to run the verbosity? thanks

cpanato commented 2 years ago

fixed here https://github.com/helm/kind-action/pull/64