Replies: 12 comments 16 replies
-
Looks like issue with PVC binding . Is the storage attached to your cluster working and accessible for the service account ? I had a similar (not same ) issue where my pvc was not provisioned due to storage restriction . I would check the volume |
Beta Was this translation helpful? Give feedback.
-
@sreejesh123 How can I check? each one is gp3 volume along with 80 gb storage |
Beta Was this translation helpful? Give feedback.
-
@Devesh-N I do not think there is any need to ask the same question on at least 4 different places. Please pick one and close the others. |
Beta Was this translation helpful? Give feedback.
-
I don't know where to ask, I am new to all of this |
Beta Was this translation helpful? Give feedback.
-
And can you please help me @scholzj |
Beta Was this translation helpful? Give feedback.
-
@scholzj Do you require any additional information? |
Beta Was this translation helpful? Give feedback.
-
I think @sreejesh123 already pointed you in the right direction. It looks like the storage provisioning failed. But it is hard to say what exactly the problem is without access to your Kubernetes cluster. Strimzi only creates the PVC resources and the rest is up to Kubernetes. |
Beta Was this translation helpful? Give feedback.
-
Triaged on the community call on 24th August: This does not look like a bug but like an environment issue. Should be converted to discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello @scholzj Thanks for the reply. How am I supposed to use strimzi on EKS? And docs in particular? |
Beta Was this translation helpful? Give feedback.
-
and how can I join the community meetings? @scholzj |
Beta Was this translation helpful? Give feedback.
-
@Devesh-N @scholzj |
Beta Was this translation helpful? Give feedback.
-
Alright. issue resolved |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hello all, I am a Kubernetes noob, and I wanted to deploy Kafka on Strimzi. In order to do that I followed this URL on the Strimzi website
32.0 quicstart docs. I got everything set up but was stuck on this step "Wait for the cluster to be deployed:
kubectl wait kafka/my-cluster --for=condition=Ready --timeout=300s -n my-kafka-project" part of the documentation. Just so you know, I have 5 nodes in my AWS EKS Kubernetes cluster, those nodes being t2.micro each. I have also enabled OIDC IAM, as this solution was mentioned in stack overflow error solution. The error I get is
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 14s (x3 over 10m) default-scheduler running PreBind plugin "VolumeBinding": binding volumes:
provisioning failed for PVC "data-my-cluster-zookeeper-0"
or something else. I have followed everything in the documentation, step by step, command by command. What do I do?
Additional info
K8s version 1.27
Strimzi version 0.32.0
Steps to reproduce
Follow the Quickstart docs link
Expected behavior
Stuff should run
Strimzi version
0.32.0
Kubernetes version
1.27
Installation method
as stated in docs
Infrastructure
Amazon EKS
Configuration files and logs
No response
Additional context
Please help me ASAP
Beta Was this translation helpful? Give feedback.
All reactions