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

kube-proxy: set hostname-override on AWS #2936

Merged
merged 1 commit into from
Jul 14, 2017

Conversation

justinsb
Copy link
Member

So that it matches the Node.Name

Fix #2915

So that it matches the Node.Name

Fix kubernetes#2915
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 14, 2017
@@ -313,6 +313,13 @@ func evaluateSpec(c *api.Cluster) error {
return err
}

if c.Spec.KubeProxy != nil {
Copy link
Contributor

@chrislovecnm chrislovecnm Jul 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ever nil? Nit pick that does not need to be handled in the PR. Up to you. Will let you self merge

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just safer

Copy link
Contributor

@chrislovecnm chrislovecnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@chrislovecnm
Copy link
Contributor

/assign
/lgtm

Had a question that does not need to be done on this PR, but just curious.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 14, 2017
@chrislovecnm chrislovecnm merged commit 9c153ed into kubernetes:master Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants