Versions Compared

Key

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

...

There may be cases where new configuration content needs to be deployed after a pull of a new version of ONAP.

see 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyOOM-257

Code Block
# check for the pod
kubectl get pods --all-namespaces -a
# delete the config pod
cd ../config
kubectl --namespace onap delete -f pod-config-init.yaml --all
# delete the fs
rm -rf /dockerdata-nfs/onap
# rerun the config
./createConfig.bash -n onap

...