mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Automatic merge from submit-queue (batch tested with PRs 39351, 39322) Remove the deprecated --reconcile-cidr flag from kubelet **What this PR does / why we need it**: Removes the `--reconcile-cidr` flag that has been deprecated since v1.5 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note The `--reconcile-cidr` kubelet flag was removed since it had been deprecated since v1.5 ``` @thockin