Skip to content
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
7 changes: 3 additions & 4 deletions dell-csi-helm-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ This project provides the following capabilitites, each one is discussed in deta
* Install a driver. When installing a driver, options are provided to specify the target namespace as well as options to control the types of verifications to be performed on the target system.
* Upgrade a driver. Upgrading a driver is an effective way to either deploy a new version of the driver or to modify the parameters used in an initial deployment.
* Uninstall a driver. This removes the driver and any installed storage classes.
* Verify a Kubernetes system for suitability with a driver. These verification steps differ, slightly, from driver to driver but include verifiying version compatibility, namespace availability, existance of required secrets, and validating worker node compatibility with driver protocols such as iSCSI, Fibre Channel, NFS, etc
* Verify a Kubernetes system for suitability with a driver. These verification steps differ, slightly, from driver to driver but include verifiying version compatibility, namespace availability, existance of required secrets, and validating worker node compatibility with driver protocols such as iSCSI, Fibre Channel, NFS, etc


Most of these usages require the creation/specification of a values file. These files specify configuration settings that are passed into the driver and configure it for use. To create one of these files, the following steps should be followed:
1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-powerstore-2.15.0/charts/csi-powerstore/values.yaml`
1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-powerstore-2.16.0/charts/csi-powerstore/values.yaml`
2. Edit the file such that it contains the proper configuration settings for the specific environment. These files are yaml formatted so maintaining the file structure is important.

For example, to create a values file for the PowerStore driver the following steps can be executed
Expand All @@ -45,7 +45,7 @@ For example, to create a values file for the PowerStore driver the following ste
cd dell-csi-helm-installer

# download the template file
wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.15.0/charts/csi-powerstore/values.yaml
wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.16.0/charts/csi-powerstore/values.yaml

# edit the newly created values file
vi my-powerstore-settings.yaml
Expand Down Expand Up @@ -153,4 +153,3 @@ Options:
--node-verify-user[=]<username> Username to SSH to worker nodes as, used to validate node requirements. Default is root
-h Help Help
```

10 changes: 5 additions & 5 deletions dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
DRIVERDIR="${SCRIPTDIR}/../"
HELMCHARTVERSION="csi-powerstore-2.15.0"
HELMCHARTVERSION="csi-powerstore-2.16.0"
DRIVER="csi-powerstore"
VERIFYSCRIPT="${SCRIPTDIR}/verify.sh"
PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.15.0"
DEFAULT_DRIVER_VERSION="v2.16.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down Expand Up @@ -141,7 +141,7 @@ function install_driver() {
fi

HELMOUTPUT="/tmp/csi-install.$$.out"

# install all of the helm dependencies
log step "Installing helm dependencies"
run_command helm dependency build "${DRIVERDIR}/${DRIVER}" >>"${HELMOUTPUT}" 2>&1
Expand Down Expand Up @@ -378,12 +378,12 @@ while getopts ":h-:" optchar; do
done

if [ ! -d "$DRIVERDIR/helm-charts" ]; then

if [ ! -d "$SCRIPTDIR/helm-charts" ]; then
git clone --quiet -c advice.detachedHead=false -b $HELMCHARTVERSION https://github.com/dell/helm-charts
fi
mv helm-charts $DRIVERDIR
else
else
if [ -d "$SCRIPTDIR/helm-charts" ]; then
rm -rf $SCRIPTDIR/helm-charts
fi
Expand Down
66 changes: 33 additions & 33 deletions dell-csi-helm-installer/csi-offline-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,30 @@ For example, here is the output of a request to build an offline bundle for the
*
* Pulling and saving container images

quay.io/dell/container-storage-module/csi-isilon:v2.15.0
quay.io/dell/container-storage-module/csi-metadata-retriever:v1.10.0
quay.io/dell/container-storage-module/csipowermax-reverseproxy:v2.13.0
quay.io/dell/container-storage-module/csi-powermax:v2.15.0
quay.io/dell/container-storage-module/csi-powerstore:v2.15.0
quay.io/dell/container-storage-module/csi-unity:v2.15.0
quay.io/dell/container-storage-module/csi-vxflexos:v2.15.0
quay.io/dell/container-storage-module/csm-authorization-sidecar:v1.14.0
quay.io/dell/container-storage-module/csm-metrics-powerflex:v1.12.0
quay.io/dell/container-storage-module/csm-metrics-powerscale:v1.9.0
quay.io/dell/container-storage-module/csi-isilon:v2.16.0
quay.io/dell/container-storage-module/csi-metadata-retriever:v1.11.0
quay.io/dell/container-storage-module/csipowermax-reverseproxy:v2.14.0
quay.io/dell/container-storage-module/csi-powermax:v2.16.0
quay.io/dell/container-storage-module/csi-powerstore:v2.16.0
quay.io/dell/container-storage-module/csi-unity:v2.16.0
quay.io/dell/container-storage-module/csi-vxflexos:v2.16.0
quay.io/dell/container-storage-module/csm-authorization-sidecar:v2.4.0
quay.io/dell/container-storage-module/csm-metrics-powerflex:v1.14.0
quay.io/dell/container-storage-module/csm-metrics-powerscale:v1.11.0
quay.io/dell/container-storage-module/csm-topology:v1.12.0
quay.io/dell/container-storage-module/dell-csi-replicator:v1.12.0
quay.io/dell/container-storage-module/dell-replication-controller:v1.12.0
quay.io/dell/container-storage-module/dell-csi-replicator:v1.14.0
quay.io/dell/container-storage-module/dell-replication-controller:v1.14.0
quay.io/dell/container-storage-modules/sdc:4.5.2.1
quay.io/dell/container-storage-modules/dell-csm-operator:v1.9.0
quay.io/dell/container-storage-modules/dell-csm-operator:v1.11.0
registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16.0-202409051837.p0.g8ea2c99.assembly.stream.el9
nginxinc/nginx-unprivileged:1.27
otel/opentelemetry-collector:0.42.0
registry.k8s.io/sig-storage/csi-attacher:v4.8.0
registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
registry.k8s.io/sig-storage/csi-resizer:v1.13.1
registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
nginxinc/nginx-unprivileged:1.29
otel/opentelemetry-collector:0.142.0
registry.k8s.io/sig-storage/csi-attacher:v4.10.0
registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.16.0
registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
registry.k8s.io/sig-storage/csi-provisioner:v6.1.0
registry.k8s.io/sig-storage/csi-resizer:v2.0.0
registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0

*
* Copying necessary files
Expand Down Expand Up @@ -176,32 +176,32 @@ Preparing a offline bundle for installation
*
* Loading docker images

Loaded image: quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0
Loaded image: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0
Loaded image: quay.io/dell/container-storage-modules/csi-powerstore:v2.16.0
Loaded image: quay.io/dell/container-storage-modules/csi-isilon:v2.16.0
...
...
Loaded image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
Loaded image: registry.k8s.io/sig-storage/csi-resizer:v2.0.0
Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0

*
* Tagging and pushing images

quay.io/dell/container-storage-modules/csi-isilon:v2.12.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.12.0
quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.9.0
quay.io/dell/container-storage-modules/csi-isilon:v2.16.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.16.0
quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.11.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.11.0
...
...
registry.k8s.io/sig-storage/csi-resizer:v1.12.0 -> localregistry:5000/dell-csm-operator/csi-resizer:v1.12.0
registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0 -> localregistry:5000/dell-csm-operator/csi-snapshotter:v8.1.0
registry.k8s.io/sig-storage/csi-resizer:v2.0.0 -> localregistry:5000/dell-csm-operator/csi-resizer:v2.0.0
registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0 -> localregistry:5000/dell-csm-operator/csi-snapshotter:v8.4.0

*
* Preparing files within /root/dell-csm-operator-bundle

changing: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.12.0
changing: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.9.0
changing: quay.io/dell/container-storage-modules/csi-isilon:v2.16.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.16.0
changing: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.11.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.11.0
...
...
changing: registry.k8s.io/sig-storage/csi-resizer:v1.12.0 -> localregistry:5000/dell-csm-operator/csi-resizer:v1.12.0
changing: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0 -> localregistry:5000/dell-csm-operator/csi-snapshotter:v8.1.0
changing: registry.k8s.io/sig-storage/csi-resizer:v2.0.0 -> localregistry:5000/dell-csm-operator/csi-resizer:v2.0.0
changing: registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0 -> localregistry:5000/dell-csm-operator/csi-snapshotter:v8.4.0

*
* Complete
Expand Down
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/csi-offline-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ PREPARE="false"
REGISTRY=""
NIGHTLY="false"
DRIVER="csi-powerstore"
HELMCHARTVERSION="csi-powerstore-2.15.0"
HELMCHARTVERSION="csi-powerstore-2.16.0"

while getopts "cprnv:h" opt; do
case $opt in
Expand Down
Loading