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

CRDs Only Installation #749

Open
markediez opened this issue Aug 4, 2023 · 1 comment
Open

CRDs Only Installation #749

markediez opened this issue Aug 4, 2023 · 1 comment

Comments

@markediez
Copy link

From reading the docs, the operator functions similar to strimzi's entityoperator. It expects to be installed as an operator for each kafka cluster.

In a cluster with multiple kafka clusters, we only need to install the CRDs once. Rather than rely on helm's behavior for CRDs, it would be great if the chart provides a crdsOnly option. Alternatively, the CRDs could be a separate chart.

If this idea resonates with you, I can open up a PR.

@markediez
Copy link
Author

Upon installing the operator, I noticed the RBAC use ClusterRole and ClusterRoleBinding. Shouldn't this be Role and RoleBinding instead? The operator expects a single namespace, kafka cluster, and operator namespace. It doesn't make much sense for it to be at the Cluster level.

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