Rke2集群上部署rancher高可用 ,helm-operatio这个容器不断的失败重启

环境信息:
RKE2 版本:

rke2 version v1.25.10+rke2r1
go version go1.19.9 X:boringcrypto
节点 CPU 架构,操作系统和版本:

Linux rke2-m1 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
集群配置:

问题描述:

重现步骤:

  • 安装 RKE2 的命令:

预期结果:
预期一切正常

实际结果:
helm-operation 老是不断的失败重启

日志

helm upgrade --force-adopt=true --history-max=5 --install=true --namespace=cattle-fleet-system --reset-values=true --timeout=5m0s --values=/home/shell/helm/values-fleet-102.2.0-up0.8.0.yaml --version=102.2.0+up0.8.0 --wait=true fleet /home/shell/helm/fleet-102.2.0-up0.8.0.tgz
2024-01-09T10:11:25.511790655+08:00 Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

Waiting for Kubernetes API to be available
2024-01-09T10:07:00.775075897+08:00 helm upgrade --force-adopt=true --history-max=5 --install=true --namespace=cattle-fleet-system --reset-values=true --timeout=5m0s --values=/home/shell/helm/values-fleet-102.2.0-up0.8.0.yaml --version=102.2.0+up0.8.0 --wait=true fleet /home/shell/helm/fleet-102.2.0-up0.8.0.tgz
2024-01-09T10:07:05.251409157+08:00 Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

rancher 版本?

rancher2.7.9

使用helm高可用集群搭建,
rancher版本2.6.6,helm版本3.10.1,也会出现类似的情况.
安装rancher命令:helm install rancher rancher-stable/rancher --set rancherImage=registry.cn-hangzhou.aliyuncs.com/rancher/rancher --namespace cattle-system --set hostname=ranchertest.9fang.com.cn --set ingress.tls.source=secret --set replicas=2 --version 2.6.6 --set privateCA=true

解决了嘛?

2.6.6