发布于 2017-07-19 10:32:25 | 133 次阅读 | 评论: 0 | 来源: 网友投递
Kubernetes 容器集群管理系统
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。
Kubernetes 1.7.1版本发布,相对 1.7 版本以来,1.7.1 版本修复了COS图像在GCI / GKE上挂载NFS或glusterFS卷问题(#42376),kubeadm init和kubeadm join添加了新的标示(#48594)(#48538),等共计8项更新。
Kubernetes 1.7.1版本 <下载> <1.7 版本更多资料>
Kubernetes 1.7.1版本更新日志:
Added new flag to kubeadm init: –node-name, that lets you specify the name of the Node object that will be created (#48594, @GheRivero)
Added new flag to kubeadm join: –node-name, that lets you specify the name of the Node object that’s gonna be created (#48538, @GheRivero)
Fixes issue where you could not mount NFS or glusterFS volumes using hostnames on GCI/GKE with COS images. (#42376, @jingxu97)
Reduce amount of noise in Stackdriver Logging, generated by the event-exporter component in the fluentd-gcp addon. (#48712, @crassirostris)
Add generic NoSchedule toleration to fluentd in gcp config. (#48182, @gmarek)
RBAC role and role-binding reconciliation now ensures namespaces exist when reconciling on startup. (#48480, @liggitt)
Support NoSchedule taints correctly in DaemonSet controller. (#48189, @mikedanese)
kubeadm: Expose only the cluster-info ConfigMap in the kube-public ns (#48050, @luxas)