Skip to content

Promote CSIDriver deployment to stable #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#### TODO: This need to be updated to v1 once we official support 1.18+
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ namespace:
resources:
- cluster_setup.yaml
- controller.yaml
- csidriver_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../stable
- ./csi-driver.yaml
transformers:
- ../../images/prow-gke-release-staging-head
patchesJson6902:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../stable
- ./csi-driver.yaml
transformers:
- ../../images/prow-gke-release-staging-rc
patchesJson6902:
Expand Down