Skip to content

Commit 1a40cd2

Browse files
Update extend-service-ip-ranges.md
Since we are enabling below beta API's networking.k8s.io/v1beta1/ipaddresses networking.k8s.io/v1beta1/servicecidrs Edited the manifest to use v1beta1
1 parent d63058f commit 1a40cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Kubernetes uses a finalizer on the ServiceCIDR to track this dependent relations
136136
kubectl get servicecidr newcidr1 -o yaml
137137
```
138138
```
139-
apiVersion: networking.k8s.io/v1alpha1
139+
apiVersion: networking.k8s.io/v1beta1
140140
kind: ServiceCIDR
141141
metadata:
142142
creationTimestamp: "2023-10-12T15:11:07Z"

0 commit comments

Comments
 (0)