Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append first address from --api-advertise-addresses to kube-apiserver flags #34607

Merged

Conversation

errordeveloper
Copy link
Member

@errordeveloper errordeveloper commented Oct 12, 2016

What this PR does / why we need it:

We have --api-advertise-addresses already, but it's only used for SANs in server certificates we generate. Currently setting this flag doesn't affect what address API server advertises, and this PR fixes that. In particular, this has been an issue for VirtualBox users (see #34101).

Which issue this PR fixes: fixes #34101

Release note:

Make `kubeadm` append first address from `--api-advertise-addresses` to `kube-apiserver` flags as `--advertise-address`

This change is Reviewable

@errordeveloper
Copy link
Member Author

cc @kubernetes/sig-cluster-lifecycle

@pires
Copy link
Contributor

pires commented Oct 12, 2016

/lgtm

@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed labels Oct 12, 2016
@lukemarsden
Copy link
Contributor

lgtm, assuming it solves the problem as described

@luxas luxas added release-note-none Denotes a PR that doesn't merit a release note. lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed release-note-label-needed labels Oct 12, 2016
@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-github-robot
Copy link

Automatic merge from submit-queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

weave-net CrashLoopBackOff for the second node
6 participants