File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/network Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ 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/v1alpha1 ` API,
27
+ [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) and the ` networking.k8s.io/v1beta1 ` API,
28
28
will create a new ServiceCIDR object that takes the well-known name ` kubernetes ` , and that uses an IP address range
29
29
based on the value of the ` --service-cluster-ip-range ` command line argument to kube-apiserver.
30
30
@@ -94,7 +94,7 @@ that extends or adds new IP address ranges.
94
94
95
95
``` sh
96
96
cat < EOF | kubectl apply -f -
97
- apiVersion: networking.k8s.io/v1alpha1
97
+ apiVersion: networking.k8s.io/v1beta1
98
98
kind: ServiceCIDR
99
99
metadata:
100
100
name: newcidr1
You can’t perform that action at this time.
0 commit comments