MyGit

v0.10.0

kubernetes-sigs/kind

版本发布时间: 2021-01-23 08:14:42

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

In v0.10.0 the most important changes we're "shipping" are about improving sustainability:

Additionally we're trying a new approach to tracking priorities for v0.11.0 which you can see in our issue tracker.

Otherwise we've made a number of bug fixes and minor improvements.

Some users may appreciate the ability to run kind v0.10.0 (NOT the currently installed v0.7.0) in the free Google Cloud Shell for quick demos, workshops, etc.

Simply install kind somewhere under $HOME and add it to your $PATH to use it in cloud shell:

GO111MODULE=on go get sigs.k8s.io/kind@v0.10.0
export PATH="$(go env GOPATH)/bin:${PATH}"
kind create cluster

To persist this PATH for future usage you can edit your $HOME/.bashrc in cloudshell.

Breaking Changes

New Features

New Node images have been built for kind v0.10.0, please use these exact images (IE like v1.20.2:@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab 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

Thank you 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.05MB

2、 kind-linux-amd64 7.11MB

3、 kind-linux-arm64 6.65MB

4、 kind-linux-ppc64le 6.72MB

5、 kind-windows-amd64 7.05MB

查看:2021-01-23发行的版本