Kubernetes 1.12.3 发布,容器调度管理工具

栏目: 编程工具 · 发布时间: 6年前

内容简介:Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的一种机制。Kubernetes 1.12.3 更新内容:

Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的一种机制。

Kubernetes 1.12.3 更新内容:

  • Fixes an issue with stuck connections handling error responses ( #71413@liggitt )

  • remove retry operation on attach/detach azure disk ( #70568@andyzhangx )

  • Fix CSI volume limits not showing up in node's capacity and allocatable ( #70540@gnufied )

  • kubeadm: fix a panic when calling "alpha phase certs renew all --use-api=false" ( #70768@neolit123 )

  • Update Cluster Autoscaler to 1.12.1 ( #70705@losipiuk )

  • Improve Azure instance metadata handling by adding caches. ( #70353@feiskyer )

  • Ensure orphan public IPs on Azure deleted when service recreated with the same name. ( #70463@feiskyer )

  • fix azure disk attachment error on Linux ( #70002@andyzhangx )

  • Fix cloud-controller-manager crash when using OpenStack provider and PersistentVolume initializing controller ( #70459@mvladev )

  • Corrects check for non-Azure managed nodes with the Azure cloud provider ( #70135@marc-sensenich )

  • GCE/GKE load balancer health check default interval changes from 2 seconds to 8 seconds, unhealthyThreshold to 3. ( #70099@grayluck )

    • Health check parameters are configurable to be bigger than default values.

发行地址 


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Go语言实战

Go语言实战

威廉·肯尼迪 (William Kennedy)、布赖恩·克特森 (Brian Ketelsen)、埃里克·圣马丁 (Erik St.Martin) / 李兆海 / 人民邮电出版社 / 2017-3-1 / CNY 59.00

Go语言结合了底层系统语言的能力以及现代语言的高级特性,旨在降低构建简单、可靠、高效软件的门槛。本书向读者提供一个专注、全面且符合语言习惯的视角。Go语言实战同时关注语言的规范和实现,涉及的内容包括语法、类型系统、并发、管道、测试,以及其他一些主题。一起来看看 《Go语言实战》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具