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

Cloudflow CRD not found issue #1214

Open
JGfints opened this issue Jul 8, 2022 · 2 comments
Open

Cloudflow CRD not found issue #1214

JGfints opened this issue Jul 8, 2022 · 2 comments

Comments

@JGfints
Copy link

JGfints commented Jul 8, 2022

Describe the bug
I followed the installation documentation. cloudflow-operator pod automatically restarting.

To Reproduce
Steps to reproduce the behavior. Please list down all steps on how to reproduce the bug.

helm repo add strimzi https://strimzi.io/charts/
helm repo update
helm install strimzi strimzi/strimzi-kafka-operator --namespace cloudflow
kubectl create ns cloudflow
kubectl apply -f https://raw.githubusercontent.com/lightbend/cloudflow/v2.3.1/core/cloudflow-crd/kubernetes/cloudflow-crd.yaml
helm repo add cloudflow-helm-charts https://lightbend.github.io/cloudflow-helm-charts/
helm repo update
helm install cloudflow cloudflow-helm-charts/cloudflow --namespace cloudflow \
  --version "2.3.1" \
  --set kafkaClusters.default.bootstrapServers=cloudflow-strimzi-kafka-bootstrap.cloudflow:9092
kubernetes version v1.24.1

Screenshots
image

@thomasschoeftner
Copy link
Contributor

IMHO this is a duplicate of #1199

@thomasschoeftner
Copy link
Contributor

this should be fixed with Cloudflow 2.3.2.
Can you please confirm, @JGfints ?

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

2 participants