内容简介:容器集群管理系统发布了 1.8.8-beta.0 和 1.8.7 版本,1.8.7 有以下值得关注的更新: fix device name change issue for azure disk: add remount logic (#57953, @andyzhangx) GCE: Allows existing internal ...
容器集群管理系统发布了 1.8.8-beta.0 和 1.8.7 版本,1.8.7 有以下值得关注的更新:
fix device name change issue for azure disk: add remount logic (#57953, @andyzhangx)
GCE: Allows existing internal load balancers to continue using an outdated subnetwork (#57861, @nicksardo)
fix azure disk not available issue when device name changed (#57549, @andyzhangx)
Allow kubernetes components to react to SIGTERM signal and shutdown gracefully. (#57756, @mborsz)
fix incorrect error info when creating an azure file PVC failed (#56550, @andyzhangx)
GCE: Fixes ILB creation on automatic networks with manually created subnetworks. (#57351, @nicksardo)
Configurable liveness probe initial delays for etcd and kube-apiserver in GCE (#57749, @wojtek-t)
Fixes a bug where if an error was returned that was not an
autorest.DetailedErrorwe would return"not found", nilwhich caused nodes to go toNotReadystate. (#57484, @brendandburns)
查看 kubernetes-announce@ 和 CHANGELOG-1.8.md 以了解详细信息。
源码下载:https://github.com/kubernetes/kubernetes/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Kubernetes容器集群DevOps
- Redis集群容器化安装
- 10分钟快速搭建Kubernetes容器集群平台
- Kubernetes 1.6.4 发布,容器集群管理系统
- 直播 | 平安证券Kubernetes容器集群的DevOps实践
- Kubernetes 1.7.4 版本发布 ,容器集群管理系统
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
垃圾回收的算法与实现
中村成洋、相川光 / 丁灵 / 人民邮电出版社 / 2016-7-1 / 99.00元
★ Ruby之父Matz作推荐语:上古传承的魔法,彻底揭开垃圾回收的秘密! ★ 日本天才程序员兼Lisp黑客竹内郁雄审校 本书前半介绍基本GC算法,包括标记-清除GC、引用计数、复制算法的GC、串行GC的算法、并发GC的算法等。后半介绍V8、Rubinius、Dalvik、CPython等几种具体GC的实现。本书适合各领域程序员阅读。一起来看看 《垃圾回收的算法与实现》 这本书的介绍吧!