Skip to content

Migrate kubernetes subprojects off of deprecated flags #3717

Closed
@BenTheElder

Description

@BenTheElder

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

https://github.com/kubernetes-sigs/kind/pull/3716/files#diff-2740c7f56a6f791e3b58762614a3e84f6225b1df7531b792bebb1bb45f4b6b41L98-L101

/kind cleanup
/sig testing

Metadata

Metadata

Assignees

Labels

kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.sig/testingCategorizes an issue or PR as relevant to SIG Testing.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions