内容简介: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
TaintNodesByConditionadmission 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 theTaintNodesByConditionfeature is enabled. ( #73097 , @bsalamat ) -
kubeadm: add back
--cert-diroption forkubeadm init phase certs sa( #73239 , @mattkelly ) -
Scale max-inflight limits together with master VM sizes. ( #73268 , @wojtek-t )
-
kubeadm: explicitly wait for
etcdto 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 )
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)
刘长龙 / 电子工业出版社 / 2019-1 / 99
也许你听说过全栈工程师,他们善于设计系统架构,精通数据库建模、通用网络协议、后端并发处理、前端界面设计,在学术研究或工程项目上能独当一面。通过对Python 3及相关Web框架的学习和实践,你就可以成为这样的全能型人才。 《Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)》分为3篇:上篇是Python基础,带领初学者实践Python开发环境,掌握......一起来看看 《Python高效开发实战——Django、Tornado、Flask、Twisted(第2版)》 这本书的介绍吧!