Kubernetes 1.13.3 发布,容器编排工具

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

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

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

Kubernetes 1.13.3 更新内容如下:

  • Update to go1.11.5 ( #73326@ixdy )

  • add goroutine to move unschedulable pods to activeq if they are not retried for more than 1 minute ( #72558@denkensk )

  • A new TaintNodesByCondition admission plugin taints newly created Node objects as "not ready", to fix a race condition that could cause pods to be scheduled on new nodes before their taints were updated to accurately reflect their reported conditions. This admission plugin is enabled by default if the  TaintNodesByCondition feature is enabled. ( #73097@bsalamat )

  • kubeadm: add back --cert-dir option for  kubeadm init phase certs sa ( #73239@mattkelly )

  • Scale max-inflight limits together with master VM sizes. ( #73268@wojtek-t )

  • kubeadm: explicitly wait for etcd to have grown when joining a new control plane ( #72984@ereslibre )

  • Improve efficiency of preemption logic in clusters with many pending pods. ( #72895@bsalamat )

  • Fix AWS NLB security group updates where valid security group ports were incorrectly removed ( #68422@kellycampbell )

    • when updating a service or when node changes occur.

  • Allow for watching objects larger than 1MB given etcd accepts objects of size up to 1.5MB ( #72053@wojtek-t )

  • kubectl: fixed an issue with "too old resource version" errors continuously appearing when calling kubectl delete ( #72825@liggitt )

  • Fix scheduling starvation of pods in cluster with large number of unschedulable pods. ( #72619@everpeace )

  • Fixes spurious 0-length API responses. ( #72856@liggitt )

更新日志


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

零基础学C语言

零基础学C语言

康莉//李宽 / 机械工业 / 2009-4 / 48.00元

《零基础学C语言》的特点是内容全面、翔实,通俗易懂,循序渐进地介绍了C语言各方面的知识,重点突出。《零基础学C语言》含有大量实例,代码短小精炼,紧扣所讲要点的本质,以加深读者的印象,同时结合笔者多年使用C语言的经验,阐述了很多代码编写技巧,读者可将代码复制到自己的机器上进行实验,自行实践和演练。C语言是编程方式灵活多样、功能强大、应用广泛的一种程序设计语言。从程序设计语言的发展历程来看,尽管后来出......一起来看看 《零基础学C语言》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试