Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added command to get port of CDS-UI

...

Run Helm commands on oom/kubernetes directory after charts are packages according to instructions here.  For Frankfurt release --set global.masterPassword=random is required in the following commands.

...

Take care to provide the right pod name and port number.  The port of CDS-UI can be displayed by:

Code Block
kubectl -n onap get pod dev-cds-ui-5b669bf7dc-kjzzh --template='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'

Afterwards the CDS-UI should be accessable externally.