Deployment of ELK Operator failing with namespace-level permissions

Hi,
I am trying to Deploy Elasticsearch on Kubernetes using ECK,
I only have namespace-level permissions in my k8s cluster,
But the operator requires Daemonset permissions which is cluster level, and is thowing error because of it

1 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.2/tools/cache/reflector.go:169: failed to list *v1.DaemonSet: daemonsets.apps is forbidden: User "" cannot list resource "daemonsets" in API group "apps" in the namespace "" 

Is there a way where i can deploy the ELK operator with namespace-level permission only?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.