This is an official release. Please check the CHANGELOG for a list of changes compared to previous release.
The official openyurt v0.4.1 images are in hosted under dockerhub and alicloud.
To convert a Kubernetes cluster using the v0.4.1 dockerhub images, use the following command:
yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider kubeadm\
--yurt-controller-manager-image="openyurt/yurt-controller-manager:v0.4.1"\
--yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.4.1"\
--yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.4.1"\
--yurtctl-servant-image="openyurt/yurtctl-servant:v0.4.1"\
--yurthub-image="openyurt/yurthub:v0.4.1"
and if you pull image from dockerhub timeout, use v0.4.1 alicloud images, use the following command:
yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider kubeadm\
--yurt-controller-manager-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-controller-manager:v0.4.1"\
--yurt-tunnel-agent-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-agent:v0.4.1"\
--yurt-tunnel-server-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-server:v0.4.1"\
--yurtctl-servant-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurtctl-servant:v0.4.1"\
--yurthub-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurthub:v0.4.1"