我搭建的k8s集群,K8S 1.22.3版本,按照手册里面安装,始终无法成功,实验了一下,发现是这两个镜像无法下载下来
FATA[0000] pulling image: rpc error: code = NotFound desc = failed to pull and unpack image “registry.cn-hangzhou.aliyuncs.com/goodrain/builder:v5.15.0-release”: failed to resolve reference “registry.cn-hangzhou.aliyuncs.com/goodrain/builder:v5.15.0-release”: registry.cn-hangzhou.aliyuncs.com/goodrain/builder:v5.15.0-release: not found
FATA[0000] pulling image: rpc error: code = NotFound desc = failed to pull and unpack image “registry.cn-hangzhou.aliyuncs.com/goodrain/runner:v5.15.0-release”: failed to resolve reference “registry.cn-hangzhou.aliyuncs.com/goodrain/runner:v5.15.0-release”: registry.cn-hangzhou.aliyuncs.com/goodrain/runner:v5.15.0-release: not found
=====================================================
helm install
–set operator.env[0].name=CONTAINER_RUNTIME \
–set operator.env[0].value=containerd rainbond rainbond/rainbond-cluster -n rbd-system
如果用helm安装,我如何能够指定版本是:V5.14,实验了好多参数都不行