You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| HEAD Latest | HEAD |[<imgalt="Test Status"src="https://testgrid.k8s.io/q/summary/provider-gcp-compute-persistent-disk-csi-driver/Kubernetes%20Master%20Driver%20Latest/tests_status" />](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Latest)|
24
-
| 0.7.x stable | HEAD |[<imgalt="Test Status"src="https://testgrid.k8s.io/q/summary/provider-gcp-compute-persistent-disk-csi-driver/Kubernetes%20Master%20Driver%20Release%200.7/tests_status" />](https://https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Release%200.7)|
25
-
| HEAD Latest | HEAD (Migration ON) |[<imgalt="Test Status"src="https://testgrid.k8s.io/q/summary/provider-gcp-compute-persistent-disk-csi-driver/Migration%20Kubernetes%20Master%20Driver%20Latest/tests_status" />](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Migration%20Kubernetes%20Master%20Driver%20Latest)|
26
-
| HEAD stable-master | HEAD (Migration ON) |[<imgalt="Test Status"src="https://testgrid.k8s.io/q/summary/provider-gcp-compute-persistent-disk-csi-driver/Migration%20Kubernetes%20Master%20Driver%20Stable/tests_status" />](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Migration%20Kubernetes%20Master%20Driver%20Stable)|
24
+
| HEAD stable-master | HEAD (Migration ON) |[<imgalt="Test Status"src="https://testgrid.k8s.io/q/summary/provider-gcp-compute-persistent-disk-csi-driver/Kubernetes%20Master%20Driver%20Latest%20Release/tests_status" />](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Latest%20Release)|
27
25
28
26
### CSI Compatibility
29
27
30
28
This plugin is compatible with CSI versions [v1.2.0](https://github.com/container-storage-interface/spec/blob/v1.2.0/spec.md), [v1.1.0](https://github.com/container-storage-interface/spec/blob/v1.1.0/spec.md), and [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
31
29
32
-
### Kubernetes Compatibility
33
-
The following table captures the compatibility matrix of the core persistent disk driver binary
The latest stable of this driver is recommended for the latest stable Kubernetes
33
+
version. For previous Kubernetes versions, we recommend the following driver
34
+
versions.
41
35
42
-
The manifest bundle which captures all the driver components (driver pod which includes the containers csi-provisioner, csi-resizer, csi-snapshotter, gce-pd-driver, csi-driver-registrar;
43
-
csi driver object, rbacs, pod security policies etc) can be picked up from the master branch [overlays](deploy/kubernetes/overlays) directory. We structure the overlays directory, per minor version of kubernetes because not all driver components can be used with all kubernetes versions.
44
-
45
-
Example:
46
-
47
-
`stable-1-21` overlays bundle can be used to deploy all the components of the driver on kubernetes 1.21.
36
+
| Kubernetes Version | PD CSI Driver Version |
37
+
|--------------------|-----------------------|
38
+
| HEAD | v1.10.x |
39
+
| 1.27 | v1.10.x |
40
+
| 1.26 | v1.9.x |
41
+
| 1.25 | v1.8.x |
48
42
49
-
`stable-master` overlays bundle can be used to deploy all the components of the driver on kubernetes master.
50
-
51
-
For more details about per k8s minor version overlays, please check this [doc](docs/release/overlays.md)
43
+
The manifest bundle which captures all the driver components (driver pod which includes the containers csi-provisioner, csi-resizer, csi-snapshotter, gce-pd-driver, csi-driver-registrar;
44
+
csi driver object, rbacs, pod security policies etc) for the lastest stable
45
+
release can be picked up from the master branch [overlays](deploy/kubernetes/overlays) directory.
0 commit comments