Versions Compared

Key

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

...

Local controller network configuration Reference:

User will find the network configuration file named as "user_config.sh" in the icn parent folder


Kubernetes Dashboard

Kubernetes Dashboard runs on the Local Controller. It is accessed via a web browser. kubectl proxy should be running. The Dashboard is brought up by with the dashboard-deployment yaml file. This file must refer to the images in the local Docker repository (see "spec: container: image:"). There should also be a K8S service account created for an admin-user. The token for Dashboard login is created from the admin-user secrets.

...