MyGit

v1.2.0

openkruise/kruise

版本发布时间: 2022-06-07 16:12:29

openkruise/kruise最新发布版本:v1.7.0(2024-08-28 13:37:31)

To install or upgrade to the old version, see installation doc.

Changes since v1.1.0

New CRD and Controller: PersistentPodState

With the development of cloud native, more and more companies start to deploy stateful services (e.g., Etcd, MQ) using Kubernetes. K8S StatefulSet is a workload for managing stateful services, and it considers the deployment characteristics of stateful services in many aspects. However, StatefulSet persistent only limited pod state, such as Pod Name is ordered and unchanging, PVC persistence, and can not cover other states, e.g. Pod IP retention, priority scheduling to previously deployed Nodes.

So we provide PersistentPodState CRD to persistent other states of the Pod, such as "IP Retention".

For more detail, please refer to its documentation and proposal.

CloneSet

StatefulSet

PodUnavailableBudget

Others

Thanks to all our contributors! 😊

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-06-07发行的版本