diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index 11d2cbd5..523d9ee4 100644 --- a/dell-csi-helm-installer/README.md +++ b/dell-csi-helm-installer/README.md @@ -19,7 +19,7 @@ Installing any of the Dell EMC CSI Drivers requires a few utilities to be instal | Dependency | Usage | | ------------- | ----- | | `kubectl` | Kubectl is used to validate that the Kubernetes system meets the requirements of the driver. | -| `helm` | Helm v3 is used as the deployment tool for Charts. See, [Install HELM 3](https://helm.sh/docs/intro/install/) for instructions to install HELM 3. | +| `helm` | Helm v3 is used as the deployment tool for Charts. See, [Install Helm 3](https://helm.sh/docs/intro/install/) for instructions to install Helm 3. | | `sshpass` | sshpass is used to check certain pre-requisities in worker nodes (in chosen drivers). | diff --git a/dell-csi-helm-installer/csi-offline-bundle.md b/dell-csi-helm-installer/csi-offline-bundle.md index 01bec57b..6a90c89e 100644 --- a/dell-csi-helm-installer/csi-offline-bundle.md +++ b/dell-csi-helm-installer/csi-offline-bundle.md @@ -2,7 +2,7 @@ ## Description -The `csi-offline-bundle.sh` script can be used to create a package usable for offline installation of the Dell EMC CSI Storage Providers, via Helm. +The `csi-offline-bundle.sh` script can be used to create a package for offline installation of Dell CSI storage providers for deployment via Helm. This includes the following drivers: * [PowerFlex](https://github.com/dell/csi-vxflexos) @@ -11,7 +11,7 @@ This includes the following drivers: * [PowerStore](https://github.com/dell/csi-powerstore) * [Unity](https://github.com/dell/csi-unity) -the `csm-offline-bundle.sh` script can be used to create a package usable for offline installation of the Dell EMC CSI Storage Providers, via the CSM Operator. +The `csm-offline-bundle.sh` script can be used to create a package for offline installation of Dell CSI storage providers for deployment via the CSM Operator. * [Dell CSM Operator](https://github.com/dell/csm-operator) ## Dependencies @@ -45,7 +45,7 @@ To perform an offline installation of a driver or the Operator, the following st This needs to be performed on a linux system with access to the internet as a git repo will need to be cloned, and container images pulled from public registries. The build an offline bundle, the following steps are needed: -1. Perform a `git clone` of the desired repository. For a helm based install, the specific driver repo should be cloned. For an Operator based deployment, the Dell CSM Operator repo should be cloned +1. Perform a `git clone` of the desired repository. For a Helm based install, the specific driver repo should be cloned. For an Operator based deployment, the Dell CSM Operator repo should be cloned 2. Run the offline bundle script with an argument of `-c` in order to create an offline bundle - For Helm installs, the `csi-offline-bundle.sh` script will be found in the `dell-csi-helm-installer` directory - For Operator installs, the `csm-offline-bundle.sh` script will be found in the `scripts` directory