v2.0.0-rc7
版本发布时间: 2020-03-30 19:37:14
kubernetes/dashboard最新发布版本:kubernetes-dashboard-7.7.0(2024-10-04 22:59:15)
Changelog
- Update status display logic for Service (#5010)
- Set min version for TLS to v1.2 (#5013)
- Add option to disable access denied notifications to settings and show only unique notifications (#5004)
- Fix CRD details switch (#5016)
- Action item: Unpin and pin again all of your CRDs.
- Fix deploying dashboard on a sub-paths (#5022)
- Autofocus filter input (#5030)
- Fix deploy form redirect and error message (#5033)
- Translation updates (#5020, #5023, #5024, #5025, #5029, #5041)
Full commit history from the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.14 | 1.15 | 1.16 | 1.17 |
---|---|---|---|---|
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-rc7
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
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-rc7/aio/deploy/recommended.yaml