发布于 2018-01-18 00:31:31 | 136 次阅读 | 评论: 0 | 来源: 网友投递
Kubernetes 容器集群管理系统
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。
容器集群管理系统发布了 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.DetailedError
we would return "not found", nil
which caused nodes to go to NotReady
state. (#57484, @brendandburns)
查看 kubernetes-announce@ 和 CHANGELOG-1.8.md 以了解详细信息。
源码下载:https://github.com/kubernetes/kubernetes/releases