Skip to content

Commit

Permalink
addons: Remove Kubernetes Dashboard manifests and docs
Browse files Browse the repository at this point in the history
* Stop maintaining Kubernetes Dashboard manifests. Dashboard takes
an unusual approch to security and is often a security weak point.
* Recommendation: Use `kubectl` and avoid using the dashboard. If
you must use the dashboard, explore hardening and consider using an
authenticating proxy rather than the dashboard's auth features
  • Loading branch information
dghubble committed Feb 11, 2018
1 parent 2c10d24 commit 5ab2eb5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 76 deletions.
32 changes: 0 additions & 32 deletions addons/dashboard/deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions addons/dashboard/service.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions docs/addons/dashboard.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/addons/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Every Typhoon cluster is verified to work well with several post-install addons.
* [Heapster](heapster.md)
* [Prometheus](prometheus.md)
* [Grafana](grafana.md)
* Kubernetes [Dashboard](dashboard.md)

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pages:
- 'Nginx Ingress': 'addons/ingress.md'
- 'Prometheus': 'addons/prometheus.md'
- 'Grafana': 'addons/grafana.md'
- 'Dashboard': 'addons/dashboard.md'
- 'Topics':
- 'Maintenance': 'topics/maintenance.md'
- 'Hardware': 'topics/hardware.md'
Expand Down

0 comments on commit 5ab2eb5

Please sign in to comment.