Kubernetes 1.6.13 已发布,包括以下自 1.6.12 以来的变更:
- Bump cAdvisor to v0.25.1, which adds support for the Docker overlay2 storage driver. (#55744, @dashpole)
- GCE: provide an option to disable docker’s live-restore on COS/ubuntu (#55260, @yujuhong)
- Fix kube-proxy hang due to panic when requesting a closed healthcheck. (#46450, @MrHohn)
- Fix Flexvolume/FC/ISCSI volumes not being mounted after Node reboot. (#51985, @chakri-nelluri)
详细更新内容请查看完整更新日志。
下载地址:
此外,1.6.14-beta.0 也已发布,暂未发现更新内容。
Kubernetes (通常称为 K8s) 是来自 Google 云平台的开源容器集群管理系统,用于自动部署、扩展和管理容器化(containerized)应用程序。该系统基于 Docker 构建一个容器的调度服务。
Kubernetes 可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。详细的设计思路请参考这里。
转自 http://www.oschina.net/news/90859/kubernetes-1-6-13-released