内容简介:Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的一种机制。 Kubernetes 1.13.3 更新内...
Kubernetes 是一个开源的、用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效,Kubernetes 提供了应用部署、规划、更新与维护的一种机制。
Kubernetes 1.13.3 更新内容如下:
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 theTaintNodesByCondition
feature is enabled. (#73097, @bsalamat)kubeadm: add back
--cert-dir
option forkubeadm 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)
以上所述就是小编给大家介绍的《Kubernetes 1.13.3 发布,容器编排工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Docker 容器编排实践练习
- Kubernetes容器编排的三大支柱
- [译] 容器编排的优势与特点
- 1.09 容器编排Kubernetes
- Docker 多容器编排Swarm(六)
- Kubernetes 1.11.0 发布,容器编排工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出数据分析
Michael Milton / 李芳 / 电子工业出版社 / 2009 / 88.00元
《深入浅出数据分析》以类似“章回小说”的活泼形式,生动地向读者展现优秀的数据分析人员应知应会的技术:数据分析基本步骤、实验方法、最优化方法、假设检验方法、贝叶斯统计方法、主观概率法、启发法、直方图法、回归法、误差处理、相关数据库、数据整理技巧;正文以后,意犹未尽地以三篇附录介绍数据分析十大要务、R工具及ToolPak工具,在充分展现目标知识以外,为读者搭建了走向深入研究的桥梁。 本书构思跌宕......一起来看看 《深入浅出数据分析》 这本书的介绍吧!