mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 18:35:10 +00:00
Instead of dynamically defaulting NodeRegistration.ImagePullPolicy, which is common when doing defaulting depending on host state - e.g. hostname, statically default it in v1beta3/defaults.go. - Remove defaulting in checks.go - Add one more unit test in checks_test.go - Adapt v1beta2 conversion and fuzzer / round tripping tests This also results in the default being visible when calling: "kubeadm config print ...".