...
Code Block |
---|
helm uninstall $ONAP_INSTALL_RELEASE_NAME --namespace $ONAP_INSTALL_NAMESPACE |
Optionally we can delete the namespace as well
kubectl delete <namespace name>
Install (minimal) CPS
First of all we should craete a namespace within Kubernetes:
Code Block |
---|
kubectl create namespace onap2 |
Update CPS
Upgrade the installment:
...