Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gc trait fails for: cannot list resource \"endpoints\" in API group \"submariner.io\" #3833

Closed
lburgazzoli opened this issue Nov 22, 2022 · 0 comments · Fixed by #3834
Closed
Labels
area/managed-service Camel K as a Managed Service kind/bug Something isn't working

Comments

@lburgazzoli
Copy link
Contributor

lburgazzoli commented Nov 22, 2022

The GC traits fails because the operator endpoints.submariner.io is forbidden:

{
    "level":"error",
    "ts":1669081584.9686606,
    "logger":"controller.integration-controller",
    "msg":"Reconciler error",
    "reconciler group":"camel.apache.org",
    "reconciler kind":"Integration",
    "name":"mctr-cdu2iv5ckvjrfn0vgk70",
    "namespace":"foo-ns-cchdudibk0a2ics5ql10",
    "error":"error executing post actions: cannot list child resources: endpoints.submariner.io is forbidden: User \"system:serviceaccount:foo-ns:camel-k-operator\" cannot list resource \"endpoints\" in API group \"submariner.io\" in the namespace \"foo-ns-cchdudibk0a2ics5ql10\"","errorVerbose":"endpoints.submariner.io is forbidden: User \"system:serviceaccount:foo-ns:camel-k-operator\" cannot list resource \"endpoints\" in API group \"submariner.io\" in the namespace \"foo-ns-cchdudibk0a2ics5ql10\"\ncannot list child resources\ngithub.com/apache/camel-k/pkg/trait.(*gcTrait).deleteEachOf"
}

camel-k operator end runtime info:

{"level":"info","ts":1669040790.5171587,"logger":"camel-k.cmd","msg":"Camel K Operator Version: 1.10.1"}
{"level":"info","ts":1669040790.5171626,"logger":"camel-k.cmd","msg":"Camel K Default Runtime Version: 1.15.0"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/managed-service Camel K as a Managed Service kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant