Migrate kubernetes subprojects off of deprecated flags #3717
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
sig/testing
Categorizes an issue or PR as relevant to SIG Testing.
There are a number of places that kubernetes subprojects are still using
--kube-root
or--loglevel
withkind
:https://cs.k8s.io/?q=--kube-root&i=nope&files=&excludeFiles=&repos=
These flags are deprecated and we should migrate the usage.
For
--kube-root
, the value should be the first non-flag argument tokind build node-image
instead.For
--loglevel
, an appropriate verbosity should be set instead with-v
https://github.com/kubernetes-sigs/kind/pull/3716/files#diff-2740c7f56a6f791e3b58762614a3e84f6225b1df7531b792bebb1bb45f4b6b41L98-L101
/kind cleanup
/sig testing
The text was updated successfully, but these errors were encountered: