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
When reconciling the AppInstance, the kubit-applier service account needs the following RBAC to manage the CRD licenses.influxdata.io:
`
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeit-applier
rules:
The text was updated successfully, but these errors were encountered:
bryantidd
changed the title
licenses.influxdata.io CRD requires kubit-applier service account to have clusterrole and clusterrolebinding
InfluxDB-CLustered3 - licenses.influxdata.io CRD requires kubit-applier service account to have clusterrole and clusterrolebinding
Jan 13, 2025
When reconciling the AppInstance, the kubit-applier service account needs the following RBAC to manage the CRD licenses.influxdata.io:
`
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeit-applier
rules:
resources:
verbs:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kubit-applier
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kubit-applier
subjects:
name: kubeit-applier
namespace: influxdb
`
The text was updated successfully, but these errors were encountered: