We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f13b4 commit 39e20d6Copy full SHA for 39e20d6
content/en/docs/tasks/network/extend-service-ip-ranges.md
@@ -25,7 +25,7 @@ This document shares how to extend the existing Service IP range assigned to a c
25
26
Kubernetes clusters with kube-apiservers that have enabled the `MultiCIDRServiceAllocator`
27
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and the `networking.k8s.io/v1beta1` API,
28
-will create a new ServiceCIDR object that takes the well-known name `kubernetes`, and that uses an IP address range
+will create a ServiceCIDR object that takes the well-known name `kubernetes`, and that specifies an IP address range
29
based on the value of the `--service-cluster-ip-range` command line argument to kube-apiserver.
30
31
```sh
0 commit comments