We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
probably missing the -n confluent the command as it will default to the default namespace.
-n confluent
To check pods:
kubectl -n confluent get pods
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: