发布于 2017-11-25 23:57:29 | 114 次阅读 | 评论: 0 | 来源: 网友投递
Kubernetes 容器集群管理系统
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。
Kubernetes 1.7.11 和 1.7.12-beta.0 发布。
自 1.7.10 以来的主要更新内容如下:
Bugfix: master startup script on GCP no longer fails randomly due to concurrent iptables invocations. (#55945, @x13n)
Fix bug in mounting volumes with GlusterFS plugin (#53292, @humblec)
Add /bin/tee symlink to bazel build for busybox, so that CI builds have /bin/tee (#55417, @justinsb)
Reduce log noise produced by prometheus-to-sd, by bumping it to version 0.2.2. (#54635, @loburm)
Fix session affinity issue with external load balancer traffic when ExternalTrafficPolicy=Local. (#55519, @MrHohn)
Add masquerading rules by default to GCE/GKE (#55178, @dnardo)
Azure cloudprovider: Fix controller manager crash issue on a manually created k8s cluster. (#53694, @andyzhangx)
Fix a bug where soft eviction would not trigger when the threshold was crossed (#52046, @dashpole)
Fixed 'Schedulercache is corrupted' error in kube-scheduler (#55262, @liggitt)
Fix hyperkube kubelet --experimental-dockershim (#55335, @ivan4th)
fix azure pv crash due to volumeSource.ReadOnly value nil (#54607, @andyzhangx)
GCE: provide an option to disable docker's live-restore on COS/ubuntu (#55260, @yujuhong)
Fix overlay2 container disk metrics for Docker (#54958, @dashpole)
下载地址:
1.7.11
1.7.12-beta.0