MyGit

v0.8.0

openkruise/kruise

版本发布时间: 2021-03-04 16:19:47

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

To install or upgrade to the latest version, see installation.

Changes since v0.7.0

Breaking changes

  1. The flags for kruise-manager must start with -- instead of -. If you install Kruise with helm chart, ignore this.
  2. SidecarSet has been refactored. Make sure there is no SidecarSet being upgrading when you upgrade Kruise, and read the latest doc for SidecarSet.
  3. A new component named kruise-daemon comes in. It is deployed in kruise-system using DaemonSet, defaults on every Node.

Now Kruise includes two components:

New CRDs: NodeImage and ImagePullJob

Official doc

Kruise will create a NodeImage for each Node, and its spec contains the images that should be downloaded on this Node.

Also, users can create an ImagePullJob CR to declare an image should be downloaded on which nodes.

apiVersion: apps.kruise.io/v1alpha1
kind: ImagePullJob
metadata:
  name: test-imagepulljob
spec:
  image: nginx:latest
  completionPolicy:
    type: Always
  parallelism: 10
  pullPolicy:
    backoffLimit: 3
    timeoutSeconds: 300
  selector:
    matchLabels:
      node-label: xxx

SidecarSet

Official doc

CloneSet

UnitedDeployment

Advanced StatefulSet

BroadcastJob

Others

Thanks to all our contributors! 😊

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

1、 kruise-chart.tgz 28.3KB

查看:2021-03-04发行的版本