istio-explained / docs

documentation for the Istio-explained project
4 stars 5 forks source link

cannot install DB2 Helm Chart #3

Open tdtran80 opened 4 years ago

tdtran80 commented 4 years ago

Hi, I follow the instruction in https://github.com/istio-explained/docs/blob/master/DB2.md to deploy DB2 Service. I tried to install DB2. Use ibmc-block-gold storage class for IKS in step 3 and get the following error: $ prereqs % helm install --name stocktrader-db2 ibm-charts/ibm-db2oltp-dev \ --set db2inst.instname=db2inst1 \ --set db2inst.password=ThisIsMyPassword \ --set options.databaseName=trader \ --set persistence.useDynamicProvisioning=true \ --set dataVolume.storageClassName=ibmc-block-gold \ --set etcdVolume.storageClassName=ibmc-block-gold \ --set dataVolume.size=2Gi --namespace=stock-trader-data Error: unknown flag: --name $ prereqs %

I am using helm version : $ helm version version.BuildInfo{Version:"v3.1.2", GitCommit:"d878d4d45863e42fd5cff6743294a11d28a9abce", GitTreeState:"clean", GoVersion:"go1.13.8"}

bdschaap commented 4 years ago

Try using helm 2 instead of helm 3.