内容简介:Kubernetes 1.10.6 发布了,Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes 提供了应用部署、规划、更新、...
Kubernetes 1.10.6 发布了,Kubernetes 是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes 的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes 提供了应用部署、规划、更新、维护的一种机制。
此次更新内容如下:
Action Required
ACTION REQUIRED: Removes defaulting of CSI file system type to ext4. All the production drivers listed under https://kubernetes-csi.github.io/docs/Drivers.html were inspected and should not be impacted after this change. If you are using a driver not in that list, please test the drivers on an updated test cluster first. ``` (#65499, @krunaljain)
Other notable changes
Extend TLS timeouts to work around slow arm64 math/big (#66264, @joejulian)
GCE: Fixes loadbalancer creation and deletion issues appearing in 1.10.5. (#66400, @nicksardo)
fixes spurious "meaningful conflict" error encountered by nodes attempting to update status, which could cause them to be considered unready (#66169, @liggitt)
fix mount unmount failure for a Windows pod (#63272, @andyzhangx)
Fix for resourcepool-path configuration in the vsphere.conf file. (#66261, @divyenpatel)
Fix an issue with dropped audit logs, when truncating and batch backends enabled at the same time. (#65823, @loburm)
fixes a validation error that could prevent updates to StatefulSet objects containing non-normalized resource requests (#66165, @liggitt)
Fixed issue 63608, which is that under rare circumstances the ResourceQuota admission controller could lose track of an request in progress and time out after waiting 10 seconds for a decision to be made. (#64598, @MikeSpreitzer)
Make kubelet ReadLogs backward compatible. (#63268, @Random-Liu)
set EnableHTTPSTrafficOnly in azure storage account creation (#64957, @andyzhangx)
Rework Kubelet set
/etc/hosts
behavior to fix conformance testability (#61613, @dims)Fix
RunAsGroup
which doesn't work since 1.10. (#65926, @Random-Liu)Fix a bug that preempting a pod may block forever. (#65987, @Random-Liu)
fix data loss issue if using existing azure disk with partitions in disk mount (#63270, @andyzhangx)
The garbage collector now supports CustomResourceDefinitions and APIServices. (#65916, @xmudrii)
fix smb mount issue (#65751, @andyzhangx)
Fix a scalability issue where high rates of event writes degraded etcd performance. (#64539, @ccding)
Fixed API server panic during concurrent GET or LIST requests with non-empty
resourceVersion
. (#65092, @sttts)Properly manage security groups for loadbalancer services on OpenStack. (#65373, @multi-io)
Reload systemd config files before starting kubelet. (#65702, @mborsz)
Fixes an issue where Portworx PVCs remain in pending state when created using a StorageClass with empty parameters (#64895, @harsh-px)
add external resource group support for azure disk (#64427, @andyzhangx)
skip nodes that have a primary NIC in a 'Failed' provisioningState (#65412, @yastij)
On COS, NPD creates a node condition for frequent occurrences of unregister_netdevice (#65342, @dashpole)
Don't watch .mount cgroups to reduce number of inotify watches
Fix NVML initialization race condition
Fix brtfs disk metrics when using a subdirectory of a subvolume
Pass cluster_location argument to Heapster (#65176, @kawych)
fixes a memory leak in the kube-controller-manager observed when large numbers of pods with tolerations are created/deleted (#65339, @liggitt)
Disable session affinity for internal kubernetes service - Backport of #56690 to 1.10 release branch (#65177, @afritzler)
详情见更新日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Docker 容器编排实践练习
- Kubernetes容器编排的三大支柱
- [译] 容器编排的优势与特点
- 1.09 容器编排Kubernetes
- Docker 多容器编排Swarm(六)
- Kubernetes 1.11.0 发布,容器编排工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。