IBM / Db2

Db2 Universal Container deployment
Apache License 2.0
9 stars 34 forks source link

helm deployment with db2u-install failed #37

Open jbcodeforce opened 4 years ago

jbcodeforce commented 4 years ago

Here I cloned the repository yesterday, I have an OCP 4.3 and helm tiller deployed. Helm CLI is able to connect. The helm and tiller version are 2.16.4.

Executing: ./db2u-install --db-type db2oltp --namespace jbsandbox --release-name db2u-r1 --storage-class ibmc-file-bronze

Got the following error

Error: validation failed: [secrets "db2u-r1-db2u-ldap-bluadmin" not found, secrets "db2u-r1-db2u-instance" not found, secrets "db2u-r1-db2u-ldap" not found, configmaps "db2u-r1-db2u-config" not found, configmaps "db2u-r1-db2u-uc-config" not found, configmaps "db2u-r1-db2u-hadr-config" not found, configmaps "db2u-r1-db2u-lic" not found, configmaps "db2u-r1-db2u-wv-config" not found, persistentvolumeclaims "db2u-r1-db2u-sqllib-shared" not found, services "db2u-r1-db2u-engn-svc" not found, services "db2u-r1-etcd" not found, services "db2u-r1-db2u-ldap" not found, services "db2u-r1-db2u" not found, services "db2u-r1-db2u-internal" not found, deployments.apps "db2u-r1-db2u-ldap" not found, deployments.apps "db2u-r1-db2u-tools" not found, statefulsets.apps "db2u-r1-etcd" not found, statefulsets.apps "db2u-r1-db2u" not found, jobs.batch "db2u-r1-db2u-nodes-cfg-job" not found, jobs.batch "db2u-r1-db2u-restore-morph-job" not found, jobs.batch "db2u-r1-db2u-sqllib-shared-job" not found]

Thank you.