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

Update service.md #7810

Merged
merged 2 commits into from
Mar 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update service.md
  • Loading branch information
tanaka_733 authored Mar 25, 2018
commit 974a3e7aa313eaadd0de71627ebe0cfe010b6801
4 changes: 2 additions & 2 deletions docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ cloud provider does not support the feature, the field will be ignored.

**Special notes for Azure**: To use user-specified public type `loadBalancerIP`, a static type
public IP address resource needs to be created first, and it should be in the same resource
group of the cluster. Then you could specify the assigned IP address as `loadBalancerIP`. You
have to specify `securityGroupName` in the cloud provider configuration file.
group of the cluster. Specify the assigned IP address as loadBalancerIP. Verify you have
securityGroupName in the cloud provider configuration file.

#### Internal load balancer
In a mixed environment it is sometimes necessary to route traffic from services inside the same VPC.
Expand Down