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

Describe how to use publicIPs to access guestbook externally when not us... #5144

Merged
merged 2 commits into from
Mar 10, 2015

Conversation

jayunit100
Copy link
Member

...ing external load balancers

@@ -368,6 +368,7 @@ The service is described in the file `examples/guestbook/frontend-service.json`:
"apiVersion": "v1beta1",
"port": 8000,
"containerPort": "http-server",
"publicIPs":["10.11.22.33"],
Copy link
Contributor

Choose a reason for hiding this comment

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

By changing the json here, it makes it so that this block no longer matches the file that the readme text claims it is pulled from.

Copy link
Member

Choose a reason for hiding this comment

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

+1 I suggest explaining in the text how and why to add this field.

@jayunit100
Copy link
Member Author

Thats true. but There isn't much need to add it to the raw jsons (because it by nature is specific to a system you're running on - so it will be very awkward). So i think in this corner-case, its good to deviate from the actual json files. Its easier to grok this by seeing it embedded in the json file for the example, rather than write a long sentence explaining how it can appended to the json file.

@lavalamp lavalamp self-assigned this Mar 9, 2015
@lavalamp
Copy link
Member

I'd suggest showing it without and how to add it, or adding a line explaining why it differs from the source file.

@jayunit100
Copy link
Member Author

Fair enough :) modified @lavalamp @roberthbailey ... I added a line above, describing the modification. Also i squashed the commits.

@lavalamp
Copy link
Member

LGTM, thanks.

lavalamp added a commit that referenced this pull request Mar 10, 2015
Describe how to use publicIPs to access guestbook externally when not us...
@lavalamp lavalamp merged commit d8d6498 into kubernetes:master Mar 10, 2015
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.

4 participants