File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 12
12
set -o pipefail
13
13
14
14
BASE_DIR=$( dirname " $0 " )
15
- K8S_RELEASE=${K8S_RELEASE:- " release-1.13" }
16
15
17
16
# If set, the following env variables override image registry and/or tag for each of the images.
18
17
# They are named after the image name, with hyphen replaced by underscore and in upper case.
@@ -88,13 +87,6 @@ run () {
88
87
" $@ "
89
88
}
90
89
91
- # apply CSIDriver and CSINodeInfo API objects
92
- if [[ " ${INSTALL_CRD} " =~ ^(y| Y| yes| true)$ ]] ; then
93
- echo " installing CRDs"
94
- run kubectl apply -f https://raw.githubusercontent.com/kubernetes/csi-api/${K8S_RELEASE} /pkg/crd/manifests/csidriver.yaml --validate=false
95
- run kubectl apply -f https://raw.githubusercontent.com/kubernetes/csi-api/${K8S_RELEASE} /pkg/crd/manifests/csinodeinfo.yaml --validate=false
96
- fi
97
-
98
90
# rbac rules
99
91
echo " applying RBAC rules"
100
92
for component in CSI_PROVISIONER CSI_ATTACHER CSI_SNAPSHOTTER; do
You can’t perform that action at this time.
0 commit comments