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

Make nodes report their external IP rather than the master's. #7530

Merged
merged 1 commit into from
Apr 30, 2015
Merged

Make nodes report their external IP rather than the master's. #7530

merged 1 commit into from
Apr 30, 2015

Conversation

mbforbes
Copy link
Contributor

This fixes #7412.

Please review, but don't merge quite yet (running e2es).

@roberthbailey
Copy link
Contributor

LGTM.

FYI @bgrant0607 @davidopp this changes the semantics of external IP on GCE (to be correct for the nodes).

@mbforbes
Copy link
Contributor Author

e2e tests pass

@roberthbailey
Copy link
Contributor

... and we are still waiting on shippable/travis.

@mbforbes
Copy link
Contributor Author

2+ hours for Travis and waiting? Sheesh...

@mbforbes mbforbes mentioned this pull request Apr 30, 2015
@mbforbes
Copy link
Contributor Author

ping @roberthbailey: Travis is now OK

@bgrant0607
Copy link
Member

I'm fine with this. Travis is green.

bgrant0607 added a commit that referenced this pull request Apr 30, 2015
Make nodes report their external IP rather than the master's.
@bgrant0607 bgrant0607 merged commit 2d37650 into kubernetes:master Apr 30, 2015
roberthbailey added a commit to roberthbailey/kubernetes that referenced this pull request May 27, 2015
server. This is in many ways a revert of kubernetes#7530 but after auditing
the code I found that this function is now only used to determine
an address of the node where it is currently running.
roberthbailey added a commit to roberthbailey/kubernetes that referenced this pull request May 28, 2015
server. This is in many ways a revert of kubernetes#7530 but after auditing
the code I found that this function is now only used to determine
an address of the node where it is currently running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The external IP field for all nodes on GCE contains the master's IP address (instead of the node address)
4 participants