mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
Automatic merge from submit-queue Plumb --feature-gates from TEST_ARGS to components in node e2e tests This means you can set `TEST_ARGS` on the command line, in a `.properties` config for a Jenkins job, etc, to toggle gated features. For example: `TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'` /cc @vishh @jlowdermilk