Kubernetes 1.9.10 和 1.9.11-beta.0 版本发布了。Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes 提供了应用部署、规划、更新、维护的一种机制。
更新包括:
1.9.10
- Fix validation for HealthzBindAddress in kube-proxy when –healthz-port is set to 0 (#66138, @wsong)
- fix smb mount issue (#65751, @andyzhangx)
- Fixed API server panic during concurrent GET or LIST requests with non-empty
resourceVersion
. (#65092, @sttts) - Fix for resourcepool-path configuration in the vsphere.conf file. (#66261, @divyenpatel)
- fixes a validation error that could prevent updates to StatefulSet objects containing non-normalized resource requests (#66165, @liggitt)
下载地址:
1.9.11-beta.0
该版本暂未提供更新内容,可参考提交记录。
下载地址:
转自 https://www.oschina.net/news/98642/kubernetes-1-9-10-and-1-9-11-beta0-released