Skip to content

v2.0.0

Compare
Choose a tag to compare
@maciaszczykm maciaszczykm released this 21 Apr 13:16
· 2288 commits to master since this release
1f66b1c

Changelog

  • Add option to inline edit secret entries (#5040)
  • Update client-go to v0.18.2 and support Kubernetes v1.18.
  • Fix exec into pod (#5066, #5073)
  • Fix breadcrumbs for logs view (#5085)
  • Fix concurrent map writes that were causing crashes (#5085)
  • Improve status icon logic for ReplicaSet, StatefulSet, Deployment (#5055, #5061)
  • Improve Dashboard styling (#5059)

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

Full commit history since the release v1.10.1 can be found here.

Compatibility

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

Metrics Scraper

kubernetesui/metrics-scraper:v1.0.4

Installation

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

kubectl delete ns kubernetes-dashboard

Then deploy the new version:

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