Skip to content

v2.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@floreks floreks released this 13 Mar 12:13
· 2408 commits to master since this release
ae3d469

Changelog

  • Calculate average usage for metrics that have more data points in a single minute timespan (#4904)
  • Add German translation (#4905)
  • Set default authentication mode on the login screen to token
  • Migrate angular to v9 (#4930)
  • Add support for ANSI color codes to exec into pod (#4963)
  • Fix create from file/input (#5002)
  • Better handle very small usage change display on the graphs (#5000)

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

Compatibility

Kubernetes version 1.14 1.15 1.16 1.17
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-rc6

Metrics Scraper

kubernetesui/metrics-scraper:v1.0.3

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-rc6/aio/deploy/recommended.yaml