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
pull/48895/head
vijay08101990 2024-11-29 10:21:34 +05:30 committed by GitHub
parent d63058f01e
commit 1a40cd2b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Kubernetes uses a finalizer on the ServiceCIDR to track this dependent relations
kubectl get servicecidr newcidr1 -o yaml
```
```
apiVersion: networking.k8s.io/v1alpha1
apiVersion: networking.k8s.io/v1beta1
kind: ServiceCIDR
metadata:
creationTimestamp: "2023-10-12T15:11:07Z"