Skip to content

Commit

Permalink
Update service.md (#9562)
Browse files Browse the repository at this point in the history
I think the writer means "reuse" here instead of "replace". Since the idea behind choosing your own IP is to avoid having to make any changes to the DNS.
  • Loading branch information
apsureda authored and k8s-ci-robot committed Jul 18, 2018
1 parent 4da4a6d commit d8861f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Note that the port names must only contain lowercase alphanumeric characters and

You can specify your own cluster IP address as part of a `Service` creation
request. To do this, set the `.spec.clusterIP` field. For example, if you
already have an existing DNS entry that you wish to replace, or legacy systems
already have an existing DNS entry that you wish to reuse, or legacy systems
that are configured for a specific IP address and difficult to re-configure.
The IP address that a user chooses must be a valid IP address and within the
`service-cluster-ip-range` CIDR range that is specified by flag to the API
Expand Down

0 comments on commit d8861f9

Please sign in to comment.