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: dell-csi-helm-installer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Installing any of the Dell EMC CSI Drivers requires a few utilities to be instal
19
19
| Dependency | Usage |
20
20
| ------------- | ----- |
21
21
|`kubectl`| Kubectl is used to validate that the Kubernetes system meets the requirements of the driver. |
22
-
|`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. |
22
+
|`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. |
23
23
|`sshpass`| sshpass is used to check certain pre-requisities in worker nodes (in chosen drivers). |
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.
14
+
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.
@@ -45,7 +45,7 @@ To perform an offline installation of a driver or the Operator, the following st
45
45
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.
46
46
47
47
The build an offline bundle, the following steps are needed:
48
-
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
48
+
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
49
49
2. Run the offline bundle script with an argument of `-c` in order to create an offline bundle
50
50
- For Helm installs, the `csi-offline-bundle.sh` script will be found in the `dell-csi-helm-installer` directory
51
51
- For Operator installs, the `csm-offline-bundle.sh` script will be found in the `scripts` directory
0 commit comments