Skip to content

V0.4.0

Compare
Choose a tag to compare
@rambohe-ch rambohe-ch released this 26 May 12:53
· 1024 commits to master since this release
2abb8ad

This is an official release. Please check the CHANGELOG for a list of changes compared to previous release.

The official openyurt v0.4.0 images are in hosted under dockerhub and alicloud.

To convert a Kubernetes cluster using the v0.4.0 dockerhub images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="openyurt/yurt-controller-manager:v0.4.0"\
 --yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.4.0"\
 --yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.4.0"\
 --yurtctl-servant-image="openyurt/yurtctl-servant:v0.4.0"\
 --yurthub-image="openyurt/yurthub:v0.4.0"

and if you pull image from dockerhub timeout, use v0.4.0 alicloud images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-controller-manager:v0.4.0"\
 --yurt-tunnel-agent-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-agent:v0.4.0"\
 --yurt-tunnel-server-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-server:v0.4.0"\
 --yurtctl-servant-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurtctl-servant:v0.4.0"\
 --yurthub-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurthub:v0.4.0"