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

kubernetes cluster is not creating object connect-0 #298

Open
amitgupta5888 opened this issue Apr 12, 2024 · 1 comment
Open

kubernetes cluster is not creating object connect-0 #298

amitgupta5888 opened this issue Apr 12, 2024 · 1 comment

Comments

@amitgupta5888
Copy link

I am trying to build confluent connect using the page - https://github.com/confluentinc/confluent-kubernetes-examples/tree/master/hybrid/ccloud-connect-confluent-hub

I am able to complete the step - Deploy self-managed Kafka Connect connecting to Confluent Cloud

it completes successfully without issues, however

in the next step - kubectl port-forward connect-0 8083
a pod named connect-0 is expected which is not created in the earlier step.

is this working for anyone ?

@MosheBlumbergX
Copy link
Contributor

probably missing the -n confluent the command as it will default to the default namespace.

To check pods:

kubectl -n confluent get pods

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