Kubernetes v1.13.2 发布。 Kubernetes (通常称为 K8s) 是来自 Google 云平台的开源容器集群管理系统,用于自动部署、扩展和管理容器化(containerized)应用程序。此次版本更新主要是 bug 修复和添加新特性: client-go:
shortens refresh period for token files to 1 minute to ensure
auto-rotated projected service account tokens are read frequently
enough. (#72437, @liggitt) Updates the kubernetes dashboard add-on to v1.10.1. Skipping dashboard login is no longer enabled by default. (#72495, @liggitt) Fixes a bug in HPA controller so HPAs are always updated every resyncPeriod (15 seconds). (#72373, @krzysztof-jastrzebski) Fix device mountable volume names in DSW to prevent races in device mountable plugin, e.g. local. (#71509, @cofyc) change azure disk host cache to ReadOnly by default (#72229, @andyzhangx) Fixes issue with cleaning up stale NFS subpath mounts (#71804, @msau42) Fix
a race condition in the scheduler preemption logic that could cause
nominatedNodeName of a pod not to be considered in one or more
scheduling cycles. (#72259, @bsalamat) ……
下载地址: 更新详情和额外的二进制下载地址请 查看更新日志 |