v2.0.0-beta2
Pre-release
Pre-release
Changelog
- Fix exec into pod.
- Fix issue with refreshing workload statuses.
- Update dependencies to support Kubernetes v1.15.
- Fix skip button on login view.
- Update chips styling.
- Fix ingress endpoint resolution.
- Add support for Chinese translations (#4033).
- No more going back to overview after deleting a resource.
- Restore namespace change dialog.
- Add support for impersonation headers when using auth proxy (#4082).
- Add resource refresh interval option to the settings view.
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-beta2
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-beta2/aio/deploy/recommended.yaml