Unsolved

1 Rookie

 • 

6 Posts

703

January 23rd, 2022 23:00

Dell Isilon driver installation with Helm

Hello,

 

Is it possible to install Isilon powerscale drivers with Hrlm for kubernetes? I was referring to the below document 

https://github.com/dell/csi-powerscale/tree/release-2.1.0/helm but the 4th step says the shell script install.sh has to be executed for installation. My question is it possible to install the driver without the shell script?

Thanks

1 Rookie

 • 

6 Posts

January 24th, 2022 04:00

I tried to install the Isilon driver with the Helm but am getting below error.

 

~/csi-isilon/helm/csi-isilon$ helm install isilon_release . --namespace isilon --debug
install.go:178: [debug] Original chart version: ""
install.go:199: [debug] CHART PATH: /home/vagrant/csi-isilon/helm/csi-isilon

Error: INSTALLATION FAILED: template: csi-isilon/templates/node.yaml:92:86: executing "csi-isilon/templates/node.yaml" at <.Values.images.driver>: nil pointer evaluating interface {}.driver
helm.go:88: [debug] template: csi-isilon/templates/node.yaml:92:86: executing "csi-isilon/templates/node.yaml" at <.Values.images.driver>: nil pointer evaluating interface {}.driver
INSTALLATION FAILED

Moderator

 • 

9.4K Posts

January 24th, 2022 08:00

Hi,

What version are you using? https://dell.to/3IoJpQ6 this might help.

1 Rookie

 • 

6 Posts

January 24th, 2022 08:00

Hi Josh,

 

I would like to use the latest driver (The current onefs version isOneFS Version: 9.2.1.7).  My k8s version is 1.20.12. I am aware that the script csi-install.sh has to be executed for the installation, but as part of the automation, I would like to install it with the help of Helm3.

I know the script will fetch a few values from the cluster for execution, but it will be helpful if you can confirm what values have required the script for the installation? and I think it can be passed over Helm values.yaml file.

 

Thanks

Moderator

 • 

9.4K Posts

January 24th, 2022 09:00

I believe it is everything below line 194 that it needs, but scripting doesn’t have official support. https://dell.to/3GWOgHO

Top