75b9b9fe6d
cleanup: fix beta apiVersion for csidriver
...
This change resolves a typo for installing the CSIDriver
resource in Kubernetes clusters before 1.18,
where the apiVersion is incorrect.
See also:
https://kubernetes-csi.github.io/docs/csi-driver-object.html
[ndevos: replace v1betav1 in examples with v1beta1]
Signed-off-by: Thomas Kooi <t.j.kooi@avisi.nl >
2021-07-22 09:12:44 +00:00
d04bfe890f
helm: fix k8s version string for csidriver crds semverCompare
...
Current implementation of semvercompare fails against
pre-release versions. This commit fixes it by using
the entire version string at which csidriver api became GA.
s|">=1.18"|">=1.18.0-beta.1"
Fixes : #2039
Signed-off-by: Rakshith R <rar@redhat.com >
2021-05-25 14:23:33 +00:00
3505731c42
Replace deprecated GitVersion with Version
...
This replaces the deprecated `GitVersion` with `Version`.
See a499b4b179/pkg/chartutil/capabilities.go (L71-L74)
Signed-off-by: Matthias Neugebauer <matthias.neugebauer@uni-muenster.de >
2021-04-26 04:17:13 +00:00
fba6a2d0c3
deploy: add csidriver object for cephfs and rbd
...
csidriver object can be created on the kubernetes
for below reason.
If a CSI driver creates a CSIDriver object,
Kubernetes users can easily discover the CSI
Drivers installed on their cluster
(simply by issuing kubectl get CSIDriver)
Ref: https://kubernetes-csi.github.io/docs/csi-driver-object.html#what-is-the-csidriver-object
attachRequired is always required to be set to
true to avoid issue on RWO PVC.
more details about it at https://github.com/rook/rook/pull/4332
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2021-03-31 13:41:35 +00:00
6ee381db3a
refactor: Merge 1.13 and 1.14 Helm charts and improve charts
...
Signed-off-by: wilmardo <info@wilmardenouden.nl >
2019-09-27 05:49:18 +00:00