mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue. 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>. deprecate insecure http flags and remove already deprecated flags **What this PR does / why we need it**: 1. deprecate `insecure-bind-address` `insecure-port` flags 2. remove flags `public-address-override` `address` `port` They are mark deprecated in #36604, which is more than a year ago. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #58951 **Special notes for your reviewer**: **Release note**: ```release-note Deprecate insecure flags `--insecure-bind-address`, `--insecure-port` and remove `--public-address-override`. ```