Why the rancher helm-operation-XXX failed?
Install Rancher through offline deployment and store the built-in images required for Rancher in/var/lib/Rancher/k3s/agent/images/
The PODs are always unavailable in the cat-system namespace.The error message is as follows. Does anyone know why?strong text
error message:
helm upgrade –history-max=5 –install=true –namespace=cattle-system –reset-values=true –timeout=5m0s –values=/home/shell/helm/values-rancher-webhook-0.1.600-up0.1.6.yaml –version=0.1.600+up0.1.6 –wait=true rancher-webhook /home/shell/helm/rancher-webhook-0.1.600-up0.1.6.tgz
Error: UPGRADE FAILED: “rancher-webhook” has no deployed releases
Rancher set role/user permissions to redeploy deployments
I’m trying to set permissions for a role witch should be able to redeploy the applications.
I’ve set access to the verbs [get, list, watch, update] for the deployments at the role’s global template and the project/namespace template as well
but the user keeps getting a forbidden error when tries to redeploy the deployments