-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Update connect-applications-service.md #42085
Conversation
We are talking about pods here, not about services yet.
Welcome @AlexanderSerbul! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Semantic fix
@@ -59,7 +59,7 @@ to make queries against both IPs. Note that the containers are *not* using port | |||
the node, nor are there any special NAT rules to route traffic to the pod. This means | |||
you can run multiple nginx pods on the same node all using the same `containerPort`, | |||
and access them from any other pod or node in your cluster using the assigned IP | |||
address for the Service. If you want to arrange for a specific port on the host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
existing one is correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is "globally" correct. But locally in this paragraph we are speaking about pods yet, not services. We start to speak about services in the next chapter of the text.
Thanks. |
LGTM label has been added. Git tree hash: a38ae91bc5a9468b8bbb31add206af7d230e6195
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We are talking about pods here, not about services yet.