mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Automatic merge from submit-queue (batch tested with PRs 46787, 46876, 46621, 46907, 46819) Fix cAdvisorPort, 0 is a valid option wrt #11710, this maintains the current default if nobody provides the flag, but allows explicitly passing 0. /cc @farcaller @vishh @liggitt @antoineco @philips /assign @liggitt @vishh ```release-note Fixes a bug with cAdvisorPort in the KubeletConfiguration that prevented setting it to 0, which is in fact a valid option, as noted in issue #11710. ```