pulsar-helm-chart icon indicating copy to clipboard operation
pulsar-helm-chart copied to clipboard

Helm Chart requires ClusterRoles for Pulsar Functions, Promotheus, etc.

Open briedel opened this issue 3 years ago • 0 comments

ClusterRoles for Pulsar Functions, Promotheus, etc. This is related to issue #173

rbac.limit_to_namespace: true

only limits required pulsar pieces (broker, bookie, etc.) to the namespace, but not Pulsar function workers, Promotheus.

Error is:

Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource ClusterRole "test-prep-pulsar-functions-worker" in namespace "": clusterroles.rbac.authorization.k8s.io "test-prep-pulsar-functions-worker" is forbidden: User "..." cannot get resource "clusterroles" in API group "rbac.authorization.k8s.io" at the cluster scope

Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: could not get information about the resource ClusterRole "test-prp-pulsar-prometheus" in namespace "": clusterroles.rbac.authorization.k8s.io "test-prp-pulsar-prometheus" is forbidden: User "..." cannot get resource "clusterroles" in API group "rbac.authorization.k8s.io" at the cluster scope

briedel avatar Mar 17 '22 20:03 briedel