Kubernetes 1.5.0 测试版发布了,Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。
值得关注的更新内容:
Modify GCI mounter to enable NFSv3
Third party resources are now deleted when a namespace is deleted.
kube-dns
Added --config-map and --config-map-namespace command line options.
If --config-map is set, kube-dns will load dynamic configuration from the config map
referenced by --config-map-namespace, --config-map. The config-map supports
the following properties: "federations".
--federations flag is now deprecated. Prefer to set federations via the config-map.
Federations can be configured by settings the "federations" field to the value currently
set in the command line.
Example:
kind: ConfigMap
apiVersion: v1
metadata:
name: kube-dns
namespace: kube-system
data:
federations: abc=def
azure: support multiple ipconfigs on a NIC
Fix issue in converting AWS volume ID from mount paths
fix leaking memory backed volumes of terminated pods
Default logging subsystem's resiliency was greatly improved, fluentd memory consumption and OOM error probability was reduced.
下载地址:https://storage.googleapis.com/kubernetes-release/release/v1.5.0-beta.2/kubernetes.tar.gz
来自:开源中国社区

