Kubernetes 1.5.0 测试版发布了,Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。 值得关注的更新内容: Modify GCI mounter to enable NFSv3 (#36610, @jingxu97) Third party resources are now deleted when a namespace is deleted. (#35947, @brendandburns) kube-dns (#36775, @bowei) 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 (#36841, @colemickens) Fix issue in converting AWS volume ID from mount paths (#36840, @jingxu97) fix leaking memory backed volumes of terminated pods (#36779, @sjenning) Default logging subsystem's resiliency was greatly improved, fluentd memory consumption and OOM error probability was reduced. (#37021, @Crassirostris) 下载地址: kubernetes.tar.gz kubernetes-src.tar.gz Kubernetes 1.5.0 测试版发布,容器集群管理系统下载地址