Remove dead NODE_MODE override param from 2000/5000 node configs#4157
Remove dead NODE_MODE override param from 2000/5000 node configs#4157Jefftree wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jefftree The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @serathius |
|
@Jefftree: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
It looks like those could all be cleaned up as well. |
Drop the inert
NODE_MODE: masterandnondaemonsoverride from2000_nodes.yamland5000_nodes.yamlsince nothing reads it (resource_usage.go derives the node set from cluster size, not the param). Orphaned since #1549, which moved that decision to cluster size and dropped thenodeModetemplate wiring. The files stay in place as they are still referenced via--testoverrides.Discovered while checking usage for all the flags.