mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 17:46:14 +00:00
Automatic merge from submit-queue (batch tested with PRs 42128, 42064, 42253, 42309, 42322) kubeadm: Rename some flags for beta UI and fixup some logic **What this PR does / why we need it**: In this PR: - `--api-advertise-addresses` becomes `--apiserver-advertise-address` - The API Server's logic here is that if the address is `0.0.0.0`, it chooses the host's default interface's address. kubeadm here uses exactly the same logic. This arg is then passed to `--advertise-address`, and the API Server will advertise that one for the service VIP. - `--api-port` becomes `--apiserver-bind-port` for clarity ref the meeting notes: https://docs.google.com/document/d/1deJYPIF4LmhGjDVaqrswErIrV7mtwJgovtLnPCDxP7U/edit# **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 ``` @jbeda @dmmcquay @pires @lukemarsden @dgoodwin @mikedanese