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
Copy file name to clipboardExpand all lines: deploy/kubernetes-distributed/deploy.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,8 +174,7 @@ done
174
174
# changed via CSI_PROVISIONER_TAG, so we cannot just check for the version currently
175
175
# listed in the YAML file.
176
176
case"$CSI_PROVISIONER_TAG"in
177
-
"") csistoragecapacities_api=v1alpha1;; # unchanged, assume version from YAML
178
-
*) csistoragecapacities_api=v1beta1;; # set, assume that it is more recent *and* a version that uses v1beta1 (https://github.com/kubernetes-csi/external-provisioner/pull/584)
177
+
*) csistoragecapacities_api=v1beta1;; # we currently always use that version
179
178
esac
180
179
get_csistoragecapacities=$(kubectl get csistoragecapacities.${csistoragecapacities_api}.storage.k8s.io 2>&1|| true)
181
180
ifecho"$get_csistoragecapacities"| grep -q "the server doesn't have a resource type";then
0 commit comments