How to install Redpanda and create topic

Hello

I have installed redpanda regarding this reference.

I saw this log
No pods found for requested service. Retry later.
however, how can I create my topic?

how can I connect to redpanda service using kubectl remotely?
thank you

Hi @jameschan0524 ,

can you share the Qovery console link where the service is configured?

Regarding the No pods found for requested service. Retry later. , did you add the Qovery macros as described here? these are necessary to pull the logs and the status of the deployed services

Thank you for your reply.
Here is the link.

https://console.qovery.com/organization/1a94955d-472d-4434-9623-5bfda48a9137/project/cb24f9e9-a10a-4f84-b25e-59f523439e7b/environment/4c87c7c3-0cd4-439e-8d31-f6bf1560d2d9/logs/1e025a8a-3fe5-4853-b847-8a4790bd9c4c/live-logs

Thank you

Hi @jameschan0524,

I see you’ve deleted the replies, do you still any help here?

Yes, still I can not create redpanda topic and even I can not connect using qovery shell.
For quick fix, I am going to remove redpanda service from our backend.

have you specified the container name in your command? the redpanda helm chart deploys 2 containers per pod, can you add a --container redpanda at the end of your shell command?

@a_carrano is this correct?

https://console.qovery.com/organization/1a94955d-472d-4434-9623-5bfda48a9137/project/cb24f9e9-a10a-4f84-b25e-59f523439e7b/environment/4c87c7c3-0cd4-439e-8d31-f6bf1560d2d9/logs/fbd0b66b-d051-46d5-87a1-183480c0e50d/live-logs

can you try with:

  1. upgrade the qovery CLI version: qovery upgrade
  2. run qovery shell https://console.qovery.com/organization/1a94955d-472d-4434-9623-5bfda48a9137/project/cb24f9e9-a10a-4f84-b25e-59f523439e7b/environment/4c87c7c3-0cd4-439e-8d31-f6bf1560d2d9/application/fbd0b66b-d051-46d5-87a1-183480c0e50d/general --container redpanda

Oh wow, finally I am able to create redpanda topics.
Thank you for your help

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.