github openyurtio/openyurt 0.3.0
V0.3.0

latest releases: v1.4.3, v1.4.2, v1.4.1...
3 years ago

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

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

To convert a Kubernetes cluster using the v0.3.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.3.0"\
 --yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.3.0"\
 --yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.3.0"\
 --yurtctl-servant-image="openyurt/yurtctl-servant:v0.3.0"\
 --yurthub-image="openyurt/yurthub:v0.3.0"

and if you pull image from dockerhub timeout, use v0.3.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.3.0"\
 --yurt-tunnel-agent-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-agent:v0.3.0"\
 --yurt-tunnel-server-image="registry.cn-hangzhou.aliyuncs.com/openyurtyurt-tunnel-server:v0.3.0"\
 --yurtctl-servant-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurtctl-servant:v0.3.0"\
 --yurthub-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurthub:v0.3.0"

Don't miss a new openyurt release

NewReleases is sending notifications on new releases.