Skip to content

Commit 49b87f3

Browse files
author
Saied Kazemi
authored
Change v1beta1 to v1 to unblock GKE upgrades (#1099)
GKE v1beta1 is deprecated and clusters with these resources are blocked from upgrading automatically.
1 parent de0f7ef commit 49b87f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/data-processing/persistentvolumes/storage-class.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
apiVersion: storage.k8s.io/v1beta1
1+
apiVersion: storage.k8s.io/v1
22
kind: StorageClass
33
metadata:
44
name: slow
55
provisioner: kubernetes.io/gce-pd
66
parameters:
77
type: pd-standard
88
---
9-
apiVersion: storage.k8s.io/v1beta1
9+
apiVersion: storage.k8s.io/v1
1010
kind: StorageClass
1111
metadata:
1212
name: fast

0 commit comments

Comments
 (0)