Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB-CLustered3 - licenses.influxdata.io CRD requires kubit-applier service account to have clusterrole and clusterrolebinding #697

Open
bryantidd opened this issue Jan 13, 2025 · 0 comments

Comments

@bryantidd
Copy link

bryantidd commented 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:

  • apiGroups:
    • apiextensions.k8s.io
      resources:
    • customresourcedefinitions
      verbs:
    • create
    • delete
    • get
    • list
    • patch
    • update
    • watch

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kubit-applier
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kubit-applier
subjects:

  • kind: ServiceAccount
    name: kubeit-applier
    namespace: influxdb
    `
@bryantidd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant