File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- WARNING: The BETA driver is NOT compatible with Kubernetes versions <1.12.
1
+ WARNING: This driver is alpha and may not be compatible between driver versions
2
+ or Kubernetes versions
2
3
3
4
DISCLAIMER: This is not an officially supported Google product
4
5
@@ -14,8 +15,8 @@ Specification compliant driver used by Container Orchestrators to manage the
14
15
lifecycle of Google Compute Engine Persistent Disks.
15
16
16
17
## Project Status
17
- Status: Beta
18
- Latest image: ` gcr.io/google-containers/volume-csi/ gcp-compute-persistent-disk-csi-driver:v0.2.0.beta `
18
+ Status: Alpha
19
+ Latest stable image: ` gcr.io/gke-release/ gcp-compute-persistent-disk-csi-driver:v0.2.0-gke.0 `
19
20
20
21
### CSI Compatibility
21
22
This plugin is compatible with CSI versions [ v0.2.0] ( https://github.com/container-storage-interface/spec/blob/v0.2.0/spec.md ) and [ v0.3.0] ( https://github.com/container-storage-interface/spec/blob/v0.3.0/spec.md )
@@ -24,7 +25,7 @@ This plugin is compatible with CSI versions [v0.2.0](https://github.com/containe
24
25
| GCE PD CSI Driver\Kubernetes Version | 1.10.5 - 1.11 | 1.12+ |
25
26
| --------------------------------------| ---------------| ------|
26
27
| v0.1.0.alpha | yes | no |
27
- | v0.2.0.beta (stable) | no | yes |
28
+ | v0.2.0 (alpha) | no | yes |
28
29
| dev | no | yes |
29
30
30
31
### Known Issues
@@ -162,4 +163,4 @@ Use [dep](https://github.com/golang/dep)
162
163
$ dep ensure
163
164
```
164
165
165
- To modify dependencies or versions change ` ./Gopkg.toml `
166
+ To modify dependencies or versions change ` ./Gopkg.toml `
Original file line number Diff line number Diff line change 16
16
serviceAccount : csi-controller-sa
17
17
containers :
18
18
- name : csi-provisioner
19
- image : quay .io/k8scsi /csi-provisioner:v0.4.1
19
+ image : gcr .io/gke-release /csi-provisioner:v0.4.1-gke.0
20
20
args :
21
21
- " --v=5"
22
22
- " --provisioner=com.google.csi.gcepd"
28
28
- name : socket-dir
29
29
mountPath : /csi
30
30
- name : csi-attacher
31
- image : quay .io/k8scsi /csi-attacher:v0.4.1
31
+ image : gcr .io/gke-release /csi-attacher:v0.4.1-gke.0
32
32
args :
33
33
- " --v=5"
34
34
- " --csi-address=$(ADDRESS)"
39
39
- name : socket-dir
40
40
mountPath : /csi
41
41
- name : gce-pd-driver
42
- image : gcr.io/google-containers/volume-csi/ gcp-compute-persistent-disk-csi-driver:v0.2.0.beta
42
+ image : gcr.io/gke-release/ gcp-compute-persistent-disk-csi-driver:v0.2.0-gke.0
43
43
args :
44
44
- " --v=5"
45
45
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 15
15
serviceAccount : csi-node-sa
16
16
containers :
17
17
- name : csi-driver-registrar
18
- image : quay .io/k8scsi/ driver-registrar:v0.4.1
18
+ image : gcr .io/gke-release/csi- driver-registrar:v0.4.1-gke.0
19
19
args :
20
20
- " --v=5"
21
21
- " --csi-address=$(ADDRESS)"
39
39
- name : gce-pd-driver
40
40
securityContext :
41
41
privileged : true
42
- image : gcr.io/google-containers/volume-csi/ gcp-compute-persistent-disk-csi-driver:v0.2.0.beta
42
+ image : gcr.io/gke-release/ gcp-compute-persistent-disk-csi-driver:v0.2.0-gke.0
43
43
args :
44
44
- " --v=5"
45
45
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments