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

[Question] Cannot completion installation in K8s provisioned by Rancher rke #4169

Closed
scheung38 opened this issue Jan 3, 2021 · 3 comments
Closed
Labels

Comments

@scheung38
Copy link

scheung38 commented Jan 3, 2021

Screenshot 2021-01-03 at 03 09 24
I have 3 Droplets in Digital Ocean, each of
Ubuntu 20 2 GB Memory / 50 GB

Describe the bug*

To Reproduce
Steps to reproduce the behavior:

  1. rke up
  2. kubectl apply -f strimzi/sample.yaml -n kafka

➜ ~ kubectl get pods -n kafka -w

Screenshot 2021-01-03 at 03 12 09

Expected behavior
A clear and concise description of what you expected to happen.
Completion

Environment (please complete the following information):

  • Strimzi version:

  • Client Version: v1.20.1

  • Server Version: v1.19.4

  • Infrastructure: Rancher rke up

Screenshot 2021-01-03 at 03 15 17

Is this related to sufficient node resources?

@scheung38 scheung38 added the bug label Jan 3, 2021
@scholzj
Copy link
Member

scholzj commented Jan 3, 2021

It is a bit weird when you open both issue and talk about it on Slack. What is your preferred channel?

@scholzj scholzj added question and removed bug labels Jan 6, 2021
@scholzj
Copy link
Member

scholzj commented Jan 6, 2021

If the pod is pending, one of the usual reasons for it is missing storage. From your configuration, the storage needs to be created by the default storage class - do you know if you have one? It could be also no capacity in your cluster etc. Can you run the following commands and share the output? That should help us find out more.

  • kubectl get pv
  • kubectl get pvc
  • kubectl get storageclass
  • kubectl describe pod my-cluster-zookeeper-0
  • kubectl describe statefulset my-cluster-zookeeper

On your screenshot, you seem to have quite a lot of pods which seem to be in the same state, but judging by the name they do not belong to Strimzi.

@scholzj
Copy link
Member

scholzj commented Jan 6, 2021

PS: 2GB RAM / 1 cpu seems to be very small to hold the worker node including Kafka. But that should not cause the pods pending. So that might be an issue you run into later.

@scholzj scholzj closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants