发布于 2017-10-19 23:23:28 | 180 次阅读 | 评论: 0 | 来源: 网友投递
Kubernetes 容器集群管理系统
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。
Kubernetes 1.7.9 和 1.7.10-beta.0 已发布。
1.7.9 自 1.7.8 以来的变化:
Support German cloud for azure disk mount feature (#50673, @clement-buchart)
BugFix: Exited containers are not Garbage Collected by the kubelet while the pod is running (#53167, @dashpole)
Address a bug which allowed the horizontal pod autoscaler to allocate desiredReplicas
> maxReplicas
in certain instances. (#53690, @mattjmcnaughton)
Use separate client for leader election in scheduler to avoid starving leader election by regular scheduler operations. (#53793, @wojtek-t)
fix azure disk mounter issue (#52260, @andyzhangx)
GCE: Fix issue deleting internal load balancers when the firewall resource may not exist. (#53450, @nicksardo)
Fix compilation of k8s.io/apiextensions-apiserver (#48036, @hongchaodeng)
下载地址:
1.7.10-beta.0
下载地址: