litmus-helm icon indicating copy to clipboard operation
litmus-helm copied to clipboard

Can't install litmus with the namespace scope

Open rberrelleza opened this issue 4 years ago • 2 comments

When I try to install litmus 2.0.32 using a namespace-scoped account, the installation fails.

This is because the role we use asks for nodes and namespaces permissions, which is not namespace scoped.

rberrelleza avatar Sep 09 '21 05:09 rberrelleza

What is the downside of not having those permissions? Could they be made optional in the helm chart?

rberrelleza avatar Sep 09 '21 05:09 rberrelleza

Yes, these are some extra permission. I will raise a PR to remove it. Thanks for pointing this.

Meanwhile, you can use this k8s manifest in namespace mode- https://github.com/litmuschaos/litmus/blob/master/mkdocs/docs/2.0.0/litmus-namespaced-2.0.0.yaml

imrajdas avatar Sep 10 '21 03:09 imrajdas

Hi @rberrelleza , We have already removed the higher permission in namespace scoped service account. Thanks for opening it.

uditgaurav avatar May 13 '24 12:05 uditgaurav