-
Notifications
You must be signed in to change notification settings - Fork 10
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
Strange lifecycle flow for redpanda cluster helm release #261
Comments
@metacoma Could you try our latest release and set
|
@david-yu thank you, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During integration testing, I deploy a single-node redpanda cluster and have noticed that sometimes the deployment takes around 20 minutes, while it usually completes in 4-7 minutes.
After applying cluster crd manifest:
I observed the following strange behavior in the helmrelease status:
I tried debugging the issue, specifically the error:
To my surprise, the source-controller service exists, but inside the Kubernetes pod, no process is listening on the specified port.
Also, i found the strange errors in flux helm deployment
I don't fully understand where the issue is. Maybe it is related to Flux? I'm using the standard Helm chart without any custom parameters to install it.
Environments:
Node Configurations:
single-node k8s, 6 CPU, 16 GB RAM
single-node k8s, 14 CPU, 16 GB RAM
Kubernetes Versions:
k3s: 1.29.X, 1.30.X
Flux Chart Version: 2.12.4, 2.3.0
Redpanda-Operator Chart Version: 0,4.20, 0.4.21, 0.4.27 (with image-tag: v2.2.2-24.2.4)
The text was updated successfully, but these errors were encountered: