MyGit

v0.9.0

kubernetes-sigs/kind

版本发布时间: 2020-09-15 08:34:51

kubernetes-sigs/kind最新发布版本:v0.24.0(2024-08-16 00:39:53)

v0.9.0 Focuses on stability enhancements following v0.8.0 / v0.8.1, a new wave of features will ship in v0.10.0.

Breaking changes have been kept to a minimum, primarily that Kubernetes v1.12.X is no longer supported to make way for some fixes requiring beta-grade kubeadm.

Breaking Changes

UPDATE: If you are hitting label key and value greater than maximum size (4096 bytes), key: containerd: invalid argument (https://github.com/containerd/cri/pull/1572), then try the following KIND config:

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
- |-
  [plugins."io.containerd.grpc.v1.cri".containerd]
  disable_snapshot_annotations = true

See: https://kind.sigs.k8s.io/docs/user/configuration/#getting-started for how to use a KIND config file.

New Features

New Node images have been built for kind v0.9.0, please use these exact images (IE like v1.19.1:@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600 including the digest) or build your own as we may need to change the image format again in the future :sweat_smile:

Images built for this release:

Fixes

Contributors

Thanks again to everyone who contributed to this release! ❤️

Users whose commits are in this release (alphabetically by user name)

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

1、 kind-darwin-amd64 7.09MB

2、 kind-linux-amd64 7.08MB

3、 kind-linux-arm64 6.64MB

4、 kind-linux-ppc64le 6.71MB

5、 kind-windows-amd64 7.02MB

查看:2020-09-15发行的版本