Skip to content

v2.0.0-beta6

Pre-release
Pre-release

Choose a tag to compare

@maciaszczykm maciaszczykm released this 14 Nov 12:32
· 3173 commits to master since this release
3175ce8

Changelog

  • Fix metrics issue that prevented graphs from showing up if there were any terminated pods in a view (#4506)
  • Add usage graphs to more views (#4465, #4449)
  • Block search engines from indexing exposed Dashboard deployments (#4457)
  • Fix config map display (#4455)
  • Other small improvements and dependency updates

Full commit history from the latest beta release can be found here.

Compatibility

Kubernetes version 1.12 1.13 1.14 1.15 1.16
Compatibility ? ? ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

Kubernetes Dashboard

kubernetesui/dashboard:v2.0.0-beta6

Metrics Scraper

kubernetesui/metrics-scraper:v1.0.2

Installation

Before installing the new beta, remove the previous version by deleting its namespace:

kubectl delete ns kubernetes-dashboard

Then deploy new beta:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/recommended.yaml