Error Handling & Troubleshooting
| Symptom | Likely cause | Fix |
|---|---|---|
forbidden from kubectl |
Missing RBAC permissions | Use the correct kubeconfig/context or request access |
helm upgrade fails creating resources |
Namespace missing or blocked by policy | Add --create-namespace, validate policies |
wrangler deploy fails |
Not logged in / token lacks permissions | Re-authenticate and confirm token scopes |
Retry guidance:
- Prefer re-running idempotent commands (
helm upgrade --install) after fixing inputs. - Avoid repeated
kubectl applyloops when the underlying policy/RBAC issue isn’t resolved.
Next: Getting Started · Reference · Changelog · Support