Versions Compared

Key

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

...

  • kubectl get deployments -n onap | grep "dep-dcae-tca-analytics\|dcaegen2-analytics-tca" | awk '{print $1}' | xargs kubectl delete deployments -n onap
  • kubectl get svc -n onap | grep "dcae-tca-analytics\|dcaegen2-analytics-tca" | awk '{print $1}' | xargs kubectl delete svc -n onap
  • Verify there are no dcae-analytics POD by running "kubectl get pods -n onap | grep 'analytics'"

4. If the service has been distributed correctly, following is how the service design templates listed in the Loop Templates as below

...