Closed
Description
There are a number of places that kubernetes subprojects are still using --kube-root
or --loglevel
with kind
:
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 to kind build node-image
instead.
For --loglevel
, an appropriate verbosity should be set instead with -v
/kind cleanup
/sig testing