Versions Compared

Key

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

...

Kubernetes specific config

https://kubernetes.io/docs/user-guide/kubectl-cheatsheet/

Dashboard

start the dashboard at http://localhost:8001/ui

...

SSH into ONAP containers

Normally I would via https://kubernetes.io/docs/tasks/debug-application-cluster/get-shell-running-container/

kubectldocker exec -it robot <docker--name> bash

But this does not work at the kubernetes kube level yet - because the docker containers are not exposed directly to the system.

/bin/bash


in queue....

Running ONAP Portal UI Operations

...

20170629: fix on 20170626 on a hardcoded proxy - (for those who run outside the firewall) - https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff;h=131c2a42541fb807f395fe1f39a8482a53f92c60


https://kubernetes.io/docs/user-guide/kubectl-cheatsheet/