Skip to content
Snippets Groups Projects

[cern] configure cvmfs csi via umbrella chart

Closed Ricardo Rocha requested to merge 15377cvmfsinchart into cern/train
All threads resolved!
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,9 @@ printf "Starting to run ${step}\n"
# check the actual version of kubernetes deployed
kube_version=$(curl -k -s https://localhost:6443/version?timeout=32s | sed -rn 's/.*minor": "([[:digit:]]+).*/\1/p')
if [ "$(echo $CVMFS_CSI_ENABLED | tr '[:upper:]' '[:lower:]')" == "true" ]; then
if [ "$(echo ${CVMFS_CSI_ENABLED} | tr '[:upper:]' '[:lower:]')" == "true" ] && \
[[ ( $(echo ${CERN_CHART_VERSION} | cut -d. -f2) -lt 10 ) ]]; then
# deploy CSI 1.x only for 1.14 and above
if [ "$kube_version" -gt "13" ]; then
$cvmfs-csi-1x
Loading