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
Unless clusterRole is specified, the Prometheus role will be
restricted to scraping from only a single namespace.
This fixes issue: #717 where I user complained that they did
not want to create a ClusterRole in their cluster.
It has been tested with k3d and K8s 1.19 with and without the
--set clusterRole=true flag passed into the faas-netes helm
chart.
The second Role and RoleBinding needed a different name to the
ones in the primary namespace in order for the RBAC error to
go away in Prometheus.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
0 commit comments