k3s/cluster/addons/dashboard
Euan Kemp 13afe18ab4 cluster/coreos: update to gci based implementation
This update includes significant refactoring. It moves almost all of the
logic into bash scripts, modeled after the `gci` cluster scripts.

The primary differences between the two are the following:
1. Use of the `/opt/kubernetes` directory over `/home/kubernetes`
2. Support for rkt as a runtime
3. No use of logrotate
4. No use of `/etc/default/`
5. No logic related to noexec mounts or gci-specific firewall-stuff
2016-12-17 21:36:31 -08:00
..
MAINTAINERS.md Set kubernetes-dashboard as the default UI addon 2016-02-05 13:36:37 +01:00
README.md Set kubernetes-dashboard as the default UI addon 2016-02-05 13:36:37 +01:00
dashboard-controller.yaml cluster/coreos: update to gci based implementation 2016-12-17 21:36:31 -08:00
dashboard-service.yaml cluster/coreos: update to gci based implementation 2016-12-17 21:36:31 -08:00

README.md

Kubernetes Dashboard

==============

Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster, troubleshoot them, as well as manage the cluster itself.

Learn more at: https://github.com/kubernetes/dashboard

Analytics