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
@wei-tu by default, clickhouse-operator deployment installed to kube-system namespace. It means clickhouse-operator will watch all ClickHouseInstallation resources in all namespaces and need access to all namespaces to create statefulset / pvc / service resources.
If you install operator into one namespace you don't need ClusterRole and ClusterRolebinding
The helm chart of Clickhouse operator requires k8s cluster-wide permissions (ClusterRole / ClusterRoleBinding).
Out of security concern, our cluster only grants limited permission to services. So we would like to know:
We tried to hack the manifest of helm template by replacing clusterrole/clusterrolebinding with role/rolebinding and it seems still working.
The text was updated successfully, but these errors were encountered: