Skip to content

v2.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@floreks floreks released this 30 Jan 21:37
· 2813 commits to master since this release
1f9c707

Important

Update your dashboard-metrics-scraper to v1.0.3 to fix metrics issues.

Changelog

  • Update Japanese, Korean and French translations
  • Update documentation (#4796, #4811, #4816, #4817, #4813)
  • Add support for multiple locales based on a single translation file (#4814)
  • Fix invalid CPU units shown on the graph on the nodes details view
  • Fix error dialog shown in Firefox while doing certain actions (create, edit, etc.)
  • Update ConfigMap data display to respect newlines instead of displaying escaped values
  • Bump client-go to v0.17.2
  • Bump dashboard-metrics-scraper to v1.0.3

Full commit history from the latest release candidate 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-rc3

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