内容简介:Kubernetes 1.10.5 发布了,Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes 提供了应用部署、规划、更新、维...
Kubernetes 1.10.5 发布了,Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes 提供了应用部署、规划、更新、维护的一种机制。此次更新内容如下:
Action Required
A cluster-autoscaler ClusterRole is added to cover only the functionality required by Cluster Autoscaler and avoid abusing system:cluster-admin role. (#64503, @kgolab)
action required: Cloud providers other than GCE might want to update their deployments or sample yaml files to reuse the role created via add-on.
Other notable changes
Kubernetes json deserializer is now case-sensitive to restore compatibility with pre-1.8 servers. (#65157, @caesarxuchao)
If your config files contains fields with wrong case, the config files will be now invalid.
GCE: Fixes operation polling to adhere to the specified interval. Furthermore, operation errors are now returned instead of ignored. (#64630, @nicksardo)
Fix setup of configmap/secret/projected/downwardapi volumes (#64855, @gnufied)
Added default ClusterRoles for external CSI components csi-external-provisioner and csi-external-attacher (#65073, @davidz627)
fixes a panic applying json patches containing out of bounds operations (#64355, @liggitt)
Fixed NoTaintMaster to remove master taint and keep all other applied taints. (#64986, @ashleyschuett)
Include kms-plugin-container.manifest to master manifests tarball. (#65035, @immutableT)
kubeadm - Increase the manifest upgrade timeout to make upgrades more reliable. (#65029, @detiber)
Webhooks for the mutating admission controller now support "remove" operation. (#64971, @sttts)
increase grpc client default response size (#63977, @runcom)
Increase the gRPC max message size to 16MB in the remote container runtime. (#64672, @mcluseau)
Fix kube-controller-manager panic while provisioning Azure security group rules (#64739, @feiskyer)
Fix regression in
v1.JobSpec.backoffLimitthat caused failed Jobs to be restarted indefinitely. (#63650, @soltysh)GCE: Update cloud provider to use TPU v1 API (#64727, @yguo0905)
fix formatAndMount func issue on Windows (#63248, @andyzhangx)
详情见更新日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
UML基础、案例与应用
施穆勒 / 李虎、赵龙刚 / 人民邮电出版社 / 2004-7-1 / 42.00元
本书教读者循序渐进地、系统地学习UML基础知识和应用技术。和前一版相比,本书内容根据UML 2.0进行了补充和更新,随书光盘包含了建模工具Poseidon的试用版。 全书分为三部分24章。第一部分“基础知识”包括第1章到第15章,主要是介绍UML语言的基础知识以及面向对象的概念和思想,还简单介绍了UML在开发过程的应用方法。第二部分“学习案例”包括第16章到第22章,结合实例详细分析了UML的应用......一起来看看 《UML基础、案例与应用》 这本书的介绍吧!