permissive

This commit is contained in:
huanqing.shao
2019-12-25 22:38:58 +08:00
parent 832c93cf59
commit 522f824969
15 changed files with 412 additions and 39 deletions

View File

@ -12,8 +12,7 @@ Kuboard v1.0.x 的更新说明
* Prometheus 监控
* Limit Range
* https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
* 容器组列表,筛选结果为空时,提示筛选 “其他”

View File

@ -9,10 +9,24 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
eipwork/kuboard:latest 当前对应的版本是 kuboard v1.0.5.1
eipwork/kuboard:latest 当前对应的版本是 kuboard v1.0.5.3
Kuboard v1.0.x 的更新说明
## v1.0.5.3
**发布日期**
2019年12月19日
**优化**
* 集群概览页 --> 显示PV/PVC的帮助文档链接
**Bug修复**
* CI/CD集成脚本里 --> 修复删除 Pod 的脚本中多余 } 的问题
* 更新Service时 --> 修复当 spec.type 不存在时,因为没有 spec.clusterIP 不能更新 Service 的问题
* 编辑StorageClass时 --> 修复如果mountOptions为空不能添加 mountOptions 条目的问题
## v1.0.5.2
**发布日期**