mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue (batch tested with PRs 51494, 56097, 56072, 56175). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Kubelet flags take precedence over config from files/ConfigMaps Changes the Kubelet configuration flag precedence order so that flags take precedence over config from files/ConfigMaps. See: https://docs.google.com/document/d/18-MsChpTkrMGCSqAQN9QGgWuuFoK90SznBbwVkfZryo/ Also modifies e2e node test suite to transform all relevant Kubelet flags into a config file before starting tests when the KubeletConfigFile feature gate is true, and turns on the KubeletConfigFile gate for all e2e node tests. This allows the alpha dynamic Kubelet config feature to continue to work in tests after the precedence change. fixes #56171 Related: https://github.com/kubernetes/features/issues/281 ```release-note CLI flags passed to the Kubelet now take precedence over Kubelet config files and dynamic Kubelet config. This helps ensure backwards compatible behavior across Kubelet binary updates. ``` |
||
---|---|---|
.. | ||
benchmark | ||
conformance | ||
docker_validation | ||
OWNERS | ||
README.md | ||
copy-e2e-image.sh | ||
coreos-init.json | ||
cos-init-disable-live-restore.yaml | ||
cos-init-docker.yaml | ||
cos-init-live-restore.yaml | ||
e2e-node-jenkins.sh | ||
gci-init-gpu.yaml | ||
gci-init.yaml | ||
image-config-serial.yaml | ||
image-config.yaml | ||
jenkins-ci-ubuntu.properties | ||
jenkins-ci.properties | ||
jenkins-flaky.properties | ||
jenkins-pull.properties | ||
jenkins-serial-ubuntu.properties | ||
jenkins-serial.properties | ||
template.properties | ||
ubuntu-14.04-nvidia-install.sh | ||
ubuntu-init-docker.yaml |
README.md
Node e2e job migration notice:
Sig-testing is actively migrating node e2e jobs from Jenkins to Prow, and we are moving *.property and image-config.yaml files to test-infra
If you want to update those files, please also update them in test-infra.
If you have any questions, please contact @krzyzacy or #sig-testing.
Test-infra Links:
Here's where the existing node e2e job config live: