Skip to content

Commit 55f13b4

Browse files
Update extend-service-ip-ranges.md
1 parent 1a40cd2 commit 55f13b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/network/extend-service-ip-ranges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This document shares how to extend the existing Service IP range assigned to a c
2424
## API
2525

2626
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,
2828
will create a new ServiceCIDR object that takes the well-known name `kubernetes`, and that uses an IP address range
2929
based on the value of the `--service-cluster-ip-range` command line argument to kube-apiserver.
3030

@@ -94,7 +94,7 @@ that extends or adds new IP address ranges.
9494

9595
```sh
9696
cat <EOF | kubectl apply -f -
97-
apiVersion: networking.k8s.io/v1alpha1
97+
apiVersion: networking.k8s.io/v1beta1
9898
kind: ServiceCIDR
9999
metadata:
100100
name: newcidr1

0 commit comments

Comments
 (0)