更新大使舵图
helm upgrade --install --wait ambassador -f ambassador-helm-values.yaml stable/ambassador
失败:
UPGRADE FAILED
Error: kind ClusterRoleBinding with the name "ambassador-crds" already exists in the cluster and wasn't defined in the previous release. Before upgrading, please either delete the resource from the cluster or remove it from the chart
Error: UPGRADE FAILED: kind ClusterRoleBinding with the name "ambassador-crds" already exists in the cluster and wasn't defined in the previous release. Before upgrading, please either delete the resource from the cluster or remove it from the chart
删除 ClusterRoleBindingambassador-crds
并尝试运行helm upgrade
命令。这会ambassador-crds
再次生成并失败并显示相同的错误消息。