Versions Compared

Key

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

...

  • Uninstall running component and delete deployment

    Code Block
    languagebash
    themeMidnight
    titleUninstall component
    linenumberstrue
    cfy uninstall bbs-ep


  • Delete blueprint

    Code Block
    languagebash
    themeMidnight
    titleDelete blueprint
    linenumberstrue
    root@cluster-admin:~# kubectl -n onap get pods | grep -i bbs
    dep-bbs-event-processor-6b6df75d94-g7jw8                          2/2       Running            0          1d
    
    cfy blueprints delete bbs-ep
    


Validation

After deployment, we can check if BBS-ep POD is running correctly

...