Skip to content

Commit 9f3d6c1

Browse files
DOC-1353 Add troubleshooting for mismatched RBAC settings (#1129)
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 23422bb commit 9f3d6c1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

modules/troubleshoot/partials/errors-and-solutions.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,19 @@ helm repo update
305305

306306
//end::deployment-name-exists[]
307307

308+
//tag::deployment-forbidden-debug-bundle[]
309+
=== redpanda-rpk-debug-bundle is forbidden
310+
311+
If you see this error, your Redpanda Operator's RBAC settings are out of sync with the Pod-level RBAC in the Redpanda resource:
312+
313+
[.no-copy]
314+
----
315+
… forbidden: user "…-operator" … attempting to grant RBAC permissions not currently held …
316+
----
317+
318+
To fix this error, make sure you haven't disabled xref:reference:k-operator-helm-spec.adoc#rbac-createrpkbundlecrs[`rbac.createRPKBundleCRs`] in the Redpanda Operator chart while still leaving xref:reference:k-crd.adoc#k8s-api-github-com-redpanda-data-redpanda-operator-operator-api-redpanda-v1alpha2-rbac[`spec.clusterSpec.rbac.rpkDebugBundle`] enabled in your Redpanda resource. Either enable both or disable both.
319+
//end::deployment-forbidden-debug-bundle[]
320+
308321
//tag::deployment-data-dir-not-writable[]
309322
=== Fatal error during checker "Data directory is writable" execution
310323

0 commit comments

Comments
 (0)