Rancher Server 设置
- Rancher 版本:2.6.7
- 安装选项 (Docker install/Helm Chart): Helm
- 如果是 Helm Chart 安装,需要提供 Local 集群的类型(RKE1, RKE2, k3s, EKS, 等)和版本:RKE1 V1.4.1
- 在线或离线部署:在线 和 离线方式都测试过,报错医院
下游集群信息
- Kubernetes 版本:
- Cluster Type (Local/Downstream):
- 如果 Downstream,是什么类型的集群?(自定义/导入或为托管 等):
用户信息
- 登录用户的角色是什么? (管理员/集群所有者/集群成员/项目所有者/项目成员/自定义):
- 如果自定义,自定义权限集:
主机操作系统:
问题描述:
helm 升级报错
Error: UPGRADE FAILED: create: failed to create: Internal error occurred: failed calling webhook “rancher.cattle.io”: failed to call webhook: Post “https://rancher-webhook.cattle-system.svc:443/v1/webhook/mutation?timeout=10s”: context deadline exceeded
重现步骤:
在线升级
helm upgrade rancher rancher-latest/rancher
–namespace cattle-system
-f values.yaml
–version=2.7.0
离线升级
helm upgrade rancher ./rancher-2.7.0.tgz
–namespace cattle-system
-f values.yaml
–set rancherImage=idcreg.asus.com.cn/rancher/rancher
–set systemDefaultRegistry=idcreg.asus.com.cn
–set useBundledSystemChart=true
结果:
升级不成功
预期结果:
截图:
在线升级
离线升级
其他上下文信息:
日志