christophd commented on issue #3390:
URL: https://github.com/apache/camel-k/issues/3390#issuecomment-1167731344
I have found the root cause with the Knative `addressable-resolver` cluster
role binding.
```
{"level":"debug","ts":1656354670.720523,"logger":"camel-k.cmd","msg":"Error
while binding the Knative Addressable resolver aggregated
ClusterRole","error":"ClusterRoleBinding.rbac.authorization.k8s.io
\"camel-k-operator-addressable-resolver\" is invalid: subjects[0].namespace:
Required value"}
```
Only global operators hit that problem because the empty operator watch
namespace was used in the service account subject while creating the cluster
role binding
(https://github.com/apache/camel-k/blob/main/pkg/install/knative.go#L73).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]