You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
It's desirable to be able to deploy fluxd with permissions restricted to certain namespaces or resources (usually namespaces, since this is a lost easier than alternatives).
At present though, unless you also tell it to only scan certain namespaces with --k8s-namespace-whitelist, it will respond to most API calls with an error, having failed to scan for workloads in a namespace for which it doesn't have permissions.
It'd be better to simply elide resources that we don't have the permissions to get (if we can tell).
The text was updated successfully, but these errors were encountered:
Any news on that ? I am still getting bunch of error logs (e.g. cannot get resource \"customresourcedefinitions\" in API group \"apiextensions.k8s.io\" at the cluster scope) when attempting to restrict flux to a specific namespace.
It's desirable to be able to deploy fluxd with permissions restricted to certain namespaces or resources (usually namespaces, since this is a lost easier than alternatives).
At present though, unless you also tell it to only scan certain namespaces with
--k8s-namespace-whitelist
, it will respond to most API calls with an error, having failed to scan for workloads in a namespace for which it doesn't have permissions.It'd be better to simply elide resources that we don't have the permissions to
get
(if we can tell).The text was updated successfully, but these errors were encountered: