1. 程式人生 > >Kubernetes v1.13.2 釋出,容器編排系統

Kubernetes v1.13.2 釋出,容器編排系統

  

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)

  • ……

下載地址:

更新詳情和額外的二進位制下載地址請 檢視更新日誌