内容简介:Kubernetes 1.10.4 和 1.11.0-beta.2 已发布,主要更新是 bug 修复,更新内容较多。 1.10.4 Fixes issue for readOnly subpath mounts for SELinux systems and when the volume mountPath already existed in th...
Kubernetes 1.10.4 和 1.11.0-beta.2 已发布,主要更新是 bug 修复,更新内容较多。
1.10.4
Fixes issue for readOnly subpath mounts for SELinux systems and when the volume mountPath already existed in the container image. (#64351, @msau42)
Fixed CSI gRPC connection leak during volume operations. (#64519, @vladimirvivien)
In case StorageObjectInUse feature is disabled and Persistent Volume (PV) or Persistent Volume Claim (PVC) contains a finalizer and the PV or PVC is deleted it is not automatically removed from the system. Now, it is automatically removed. (#62938, @pospispa)
Fixed SELinux relabeling of CSI volumes. (#64026, @jsafrane)
Fixed error reporting of CSI volumes attachment. (#63303, @jsafrane)
fix azure file size grow issue (#64383, @andyzhangx)
Fixed detach of already detached CSI volumes. (#63295, @jsafrane)
1.11.0-beta.2
Add Vertical Pod Autoscaler to autoscaling/v2beta1 (#63797, @kgrygiel)
kubeadm: only run kube-proxy on architecture consistent nodes (#64696, @dixudx)
kubeadm: Add a new
kubeadm upgrade node configcommand (#64624, @luxas)Orphan delete is now supported for custom resources (#63386, @roycaihw)
Update version of Istio addon from 0.6.0 to 0.8.0. (#64537, @ostromart)
Provides API support for external CSI storage drivers to support block volumes. (#64723, @vladimirvivien)
kubectl will list all allowed print formats when an invalid format is passed. (#64371, @CaoShuFeng)
1.10.4 更新详情 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1104
1.11.0-beta.2 更新详情 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1110-beta2
下载地址:https://github.com/kubernetes/kubernetes/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Kubernetes 1.10.4 和 1.11.0-beta.2,容器编排工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Docker 容器编排实践练习
- Kubernetes容器编排的三大支柱
- [译] 容器编排的优势与特点
- 1.09 容器编排Kubernetes
- Docker 多容器编排Swarm(六)
- Kubernetes 1.11.0 发布,容器编排工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Security Testing Cookbook
Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99
Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!