Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents

...

Info
titleCasablanca
helm list -a
..
dev-sdc         2               Wed Oct 17 18:06:08 2018        DEPLOYED        sdc-3.0.0               onap
..
helm del dev-sdc --purge

helm list -a //to confirm its gone

kubectl get pods -n onap | grep sdc //check the pods are done

helm deploy dev local/onap -f /root/integration-override.yaml --namespace onap
Update config map

...

Info
helm upgrade -i dev local/onap --namespace onap -f /root/integration-override.yaml --set sdc.enabled=false
cd /root/oom/kubernetes
make sdc
make onap
helm upgrade -i dev local/onap --namespace onap -f /root/integration-override.yaml --set sdc.enabled=true

...