v2.0.0
版本发布时间: 2020-04-21 21:16:28
kubernetes/dashboard最新发布版本:kubernetes-dashboard-7.7.0(2024-10-04 22:59:15)
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