Skip to content

v2.0.0-beta5

Pre-release
Pre-release

Choose a tag to compare

@floreks floreks released this 14 Oct 15:47
· 3239 commits to master since this release

Breaking change

  • Update client-go to support Kubernetes v1.16 (#4377)

Due to this change, Kubernetes Dashboard might not be fully compatible with older versions of Kubernetes. Some features might not work.

Changelog

  • Add scale resource option for CRD
  • Fix error handling on login view (#4236)
  • Initial plugin support for the frontend (#4094, #4276)
  • Display latest values on top of sparklines instead of using tooltip
  • Update translations
  • Correctly show metrics next to resources on list views
  • Fix graphs refresh on namespace change (#4378)
  • Disable namespace input autocomplete (#4344)

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-beta5

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