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)

更新日志


以上所述就是小编给大家介绍的《Kubernetes 1.13.3 发布,容器编排工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

算法Ⅰ~Ⅳ(C++实现):基础、数据结构、排序和搜索

算法Ⅰ~Ⅳ(C++实现):基础、数据结构、排序和搜索

Sedgewick / 高等教育出版社 / 2002-1 / 49.00元

本书通过C++实现方案以简洁、直接的方式对书中的算法和数据结构进行表述,并向学生提供在实际应用中验证这种方法的手段。   本书广泛地论述了与排序、搜索及相关应用有关的基本数据结构和算法。覆盖了数组、链表、串、树和其他基本数据结构,更多地强调抽象数据类型(ADT)、模块化程序设计、面向对象程序设计和C++类。本书包括排序、选择、优先队列ADT实现和符号表ADT(搜索)实现,配有帮助学生学习计算......一起来看看 《算法Ⅰ~Ⅳ(C++实现):基础、数据结构、排序和搜索》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具