You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
INFO[0000] Running kafka-utils...
INFO[0000] kubeconfig file: using InClusterConfig. INFO[0000] kubernetes client configured.
INFO[0000] Running kafka-utils...
INFO[0000] Checking the service created for kafka-kafka-0
INFO[0000] detected NodePort
ERRO[0000] could not run the kafka utils bootstrap: no node found with name 'minikube'
The text was updated successfully, but these errors were encountered:
Looks like minikube hasn't EXTERNAL-IP.
I think kafka-utils should be modified with adding additional check when operator was deployed on minikube.
If local deploy then use INTERNAL-IP.
https://github.com/mesosphere/kudo-kafka-operator/blob/master/images/kafka/kafka-utils/pkgs/service/service.go#L192-L203
The text was updated successfully, but these errors were encountered: