Skip to content

Commit 617210b

Browse files
authored
Merge pull request #255 from msau42/enable-topology
enable topology in stable
2 parents 254e0af + 062bc7b commit 617210b

File tree

8 files changed

+8
-51
lines changed

8 files changed

+8
-51
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ This plugin is compatible with CSI versions [v1.0.0](https://github.com/containe
2525

2626
### Kubernetes Compatibility
2727

28-
| GCE PD CSI Driver\Kubernetes Version | 1.10.5 - 1.11 | 1.12 | 1.13+ |
29-
|--------------------------------------|---------------|------|-------|
30-
| v0.1.0.alpha | yes | no | no |
31-
| v0.2.0 (alpha) | no | yes | no |
32-
| v0.3.0 (beta) | no | no | yes |
33-
| v0.4.0 (beta) | no | no | yes |
34-
| dev | no | no | yes |
28+
| GCE PD CSI Driver\Kubernetes Version | 1.10.5 - 1.11 | 1.12 | 1.13 | 1.14+
29+
|--------------------------------------|---------------|------|------|------|
30+
| v0.1.0.alpha | yes | no | no | no |
31+
| v0.2.0 (alpha) | no | yes | no | no |
32+
| v0.3.0 (beta) | no | no | yes | yes |
33+
| v0.4.0 (beta) | no | no | yes | yes |
34+
| dev | no | no | no | yes |
3535

3636
### Known Issues
3737

deploy/kubernetes/base/controller.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
args:
2121
- "--v=5"
2222
- "--csi-address=/csi/csi.sock"
23+
- "--feature-gates=Topology=true"
2324
volumeMounts:
2425
- name: socket-dir
2526
mountPath: /csi

deploy/kubernetes/overlays/alpha/controller_enable_topology.yaml

-13
This file was deleted.

deploy/kubernetes/overlays/alpha/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ bases:
44
- ../stable
55
patches:
66
- controller_add_snapshotter.yaml
7-
- controller_enable_topology.yaml
87
patchesJson6902:
98
- target:
109
group: rbac.authorization.k8s.io

deploy/kubernetes/overlays/prow-gke-release-staging-head/controller_enable_topology.yaml

-13
This file was deleted.

deploy/kubernetes/overlays/prow-gke-release-staging-head/kustomization.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
bases:
44
- ../../base
5-
patches:
6-
- controller_enable_topology.yaml
75
images:
86
- name: REPLACEME/gcp-compute-persistent-disk-csi-driver
97
newName: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver

deploy/kubernetes/overlays/prow-gke-release-staging-rc/controller_enable_topology.yaml

-13
This file was deleted.

deploy/kubernetes/overlays/prow-gke-release-staging-rc/kustomization.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
bases:
44
- ../../base
5-
patches:
6-
- controller_enable_topology.yaml
75
images:
86
- name: REPLACEME/gcp-compute-persistent-disk-csi-driver
97
newName: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver

0 commit comments

Comments
 (0)