Versions Compared

Key

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

...

Log-in to the DCAE bootstrap POD's main container

First, we should find the bootstrap pod name through the following command and make sure that DCAE coudify manager is properly deployed.

Image Added

Login to the DCAE bootstrap pod through the following command.

Code Block
languagebash
themeMidnight
titleLogin to the bootstrap pod
linenumberstrue
kubectl exec -it <DCAE bootstrap pod> /bin/bash -n onap

...