-
Notifications
You must be signed in to change notification settings - Fork 78
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
Kafka updating properties doesn't work #296
Comments
@helli0n thanks for filing the issue, Kafka operator is maintained in https://github.com/mesosphere/kudo-kafka-operator. kafka-utils try to detect external-ip, can you check if minikube node has any external-ip? if there is no external-ip, you cannot enable external access using nodeports. The error message is misleading and should be fixed. |
Here is IP that minikube has.
|
not this one |
Sure, here is. I see that
I will try to find how to add it. |
Looks like minikube hasn't EXTERNAL-IP. If local deploy then use INTERNAL-IP. |
SGTM! can you create an issue in https://github.com/mesosphere/kudo-kafka-operator repository? will take a look during the next week. |
d2iq-archive/kudo-kafka-operator#63 - created ticket into Kafka operator repo |
When I tried to enable external access on minikube I've got error in kafka console
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'
I checked nodes in k8s. k8s has minikube node
kubectl get nodes --show-labels NAME STATUS ROLES AGE VERSION LABELS minikube Ready master 44h v1.19.2 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=minikube,kubernetes.io/os=linux,minikube.k8s.io/commit=1fd1f67f338cbab4b3e5a6e4c71c551f522ca138,minikube.k8s.io/name=minikube,minikube.k8s.io/updated_at=2020_09_30T16_32_03_0700,minikube.k8s.io/version=v1.13.1,node-role.kubernetes.io/master=
Tried to debug kafka-utils but didn't find documentations and etc.
Do you have guide how to use kafka-utils?
The text was updated successfully, but these errors were encountered: