Uploaded image for project: 'CORD'
  1. CORD
  2. CORD-2986

Error in first Voltha deployment first time it is installed

    XMLWordPrintable

    Details

      Description

      The first time Voltha is deployed, we see an error in the installation of the etcd dependency:

      *******************

      helm install -n voltha voltha

      2018/04/26 09:34:46 warning: skipped value for replicas: Not a table.

      Error: apiVersion "etcd.database.coreos.com/v1beta2" in voltha/charts/etcd-operator/templates/etcd-cluster-crd.yaml is not available 

      ********************

      The woraround for now to install voltha without etcd enabled, delete it and the install voltha with etcd enabled:

      *********************

      helm install -n voltha --set etcd-operator.customResources.createEtcdClusterCRD=false voltha 

      helm delete --purge voltha

      helm install -n voltha voltha

      *********************

      But we need a better fix for this issue and this bug is to track it.

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            gopinath Gopinath Taget (Inactive)
            Reporter:
            gopinath Gopinath Taget (Inactive)
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes