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

Updating the guestbook example to v1beta3 #7194

Merged
merged 1 commit into from Apr 23, 2015

Conversation

nikhiljindal
Copy link
Contributor

For #6584

@roberthbailey
Copy link
Contributor

@briandorsey FYI

@nikhiljindal
Copy link
Contributor Author

Fixing tests

@nikhiljindal nikhiljindal force-pushed the example branch 2 times, most recently from ee640e3 to 888e44a Compare April 23, 2015 00:47
@nikhiljindal
Copy link
Contributor Author

Tests fixed!

@wojtek-t
Copy link
Member

cc @piosz


Services find the containers to load balance based on pod labels.

The pod that you created in Step One has the label `name=redis-master`. The selector field of the service determines *which pods will receive the traffic* sent to the service, and the port and containerPort (targetPort in v1beta3 and higher APIs) information defines what port the service proxy will run at.
The pod that you created in Step One has the label `name=redis-master`. The selector field of the service determines *which pods will receive the traffic* sent to the service, and the port and containerPort (targetPort in v1beta3 and higher APIs) information defines what port the service proxy will run at.
Copy link
Member

Choose a reason for hiding this comment

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

Please make v1beta3 the primary text and older APIs in paretheses.

Copy link
Member

Choose a reason for hiding this comment

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

Or remove mention of the old fields entirely, since we're removing the old example, anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@bgrant0607
Copy link
Member

One minor comment. Otherwise LGTM. Thanks!

@bgrant0607
Copy link
Member

LGTM

@bgrant0607 bgrant0607 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 23, 2015
bgrant0607 added a commit that referenced this pull request Apr 23, 2015
Updating the guestbook example to v1beta3
@bgrant0607 bgrant0607 merged commit 38ea531 into kubernetes:master Apr 23, 2015
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants