Skip to content

v2.0.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@floreks floreks released this 01 Aug 14:37
· 3389 commits to master since this release

Changelog

  • Add basic support for Custom Resource Definitions.
  • Add context menus in list views for cluster resources (#4130).
  • Add metrics-provider's no check metrics option (#4143).
  • Fix exec into pod.
  • Fix text input in the Config Map details view.
  • Fix chips styling.
  • Remove auth cookies on forced logout.
  • Update dependencies and other minor improvements.

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

Compatibility

Kubernetes version 1.11 1.12 1.13 1.14 1.15
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-beta3

Metrics Scraper

kubernetesui/metrics-scraper:v1.0.1

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