v2.0.0-beta7
版本发布时间: 2019-12-05 20:47:33
kubernetes/dashboard最新发布版本:kubernetes-dashboard-7.7.0(2024-10-04 22:59:15)
Changelog
- Add support for CRD
v1beta1
API (used by Kubernetes up to v1.15) - Improve dark theme contrast ratio
- Fix issue with force restarting Dashboard when synchronizer restart count exceeds max restart count
- Use
ngx-charts
to display graphs, workload statuses and allocations charts to fix high memory/cpu usage issues
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-beta7
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-beta7/aio/deploy/recommended.yaml