You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default pgclu02 postgresql Delete Creating 4m26s
k get pod
NAME READY STATUS RESTARTS AGE
pgclu02-postgresql-0 3/4 Running 0 4m35s
pgclu02-postgresql-1 3/4 Running 0 4m35s
k get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
pgclu02-postgresql postgresql-16-1.0.0-alpha.0 16.4.0 4m54s
k describe cmp pgclu02-postgresql
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Unknown 5m24s (x2 over 5m25s) component-controller the component phase is unknown
Warning Warning 5m19s (x9 over 5m25s) component-controller roles.rbac.authorization.k8s.io "kb-postgresql-16-1.0.0-alpha.0" is forbidden: user "system:serviceaccount:kb-system:kubeblocks" (groups=["system:serviceaccounts" "system:serviceaccounts:kb-system" "system:authenticated"]) is attempting to grant RBAC permissions not currently held:
{APIGroups:[""], Resources:["endpoints"], Verbs:["get" "patch" "update" "create" "list" "watch" "delete"]}
Normal ComponentPhaseTransition 5m19s (x7 over 5m24s) component-controller component is Creating
Normal Unavailable 5m19s (x7 over 5m24s) component-controller the component phase is Creating
see error
2025-02-07T02:58:28.455Z ERROR Reconciler error {"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"pgclu02-postgresql","namespace":"default"}, "namespace": "default", "name": "pgclu02-postgresql", "reconcileID": "1e26045a-0814-44dd-bdd2-70ca9dce5bf7", "error": "roles.rbac.authorization.k8s.io \"kb-postgresql-16-1.0.0-alpha.0\" is forbidden: user \"system:serviceaccount:kb-system:kubeblocks\" (groups=[\"system:serviceaccounts\" \"system:serviceaccounts:kb-system\" \"system:authenticated\"]) is attempting to grant RBAC permissions not currently held:\n{APIGroups:[\"\"], Resources:[\"endpoints\"], Verbs:[\"get\" \"patch\" \"update\" \"create\" \"list\" \"watch\" \"delete\"]}"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:329
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:266
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.2/pkg/internal/controller/controller.go:227
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the env
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: