File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/tasks/network Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ This document shares how to extend the existing Service IP range assigned to a c
24
24
## API
25
25
26
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,
27
+ [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) and have the ` networking.k8s.io/v1beta1 `
28
+ API group active,
28
29
will create a ServiceCIDR object that takes the well-known name ` kubernetes ` , and that specifies an IP address range
29
30
based on the value of the ` --service-cluster-ip-range ` command line argument to kube-apiserver.
30
31
You can’t perform that action at this time.
0 commit comments