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
$ kubectl logs -n apisix -f pod/apisix-control-plane-9588f78df-jhkrh -c wait-for-etcdcurl: (7) Failed to connect to apisix-etcd port 2379 after 1029 ms: Couldn't connect to server % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 45 100 45 0 0 19247 0 --:--:-- --:--:-- --:--:-- 22500{"etcdserver":"3.5.16","etcdcluster":"3.5.0"}Connected to http://apisix-etcd:2379Connection success
$ kubectl logs -n apisix -f pod/apisix-control-plane-9588f78df-jhkrh -c apisix2024/11/14 09:09:55 [emerg] 1#1: bind() to unix:/usr/local/apisix/logs/worker_events.sock failed (98: Address already in use)nginx: [emerg] bind() to unix:/usr/local/apisix/logs/worker_events.sock failed (98: Address already in use)2024/11/14 09:09:55 [emerg] 1#1: bind() to unix:/usr/local/apisix/logs/worker_events.sock failed (98: Address already in use)nginx: [emerg] bind() to unix:/usr/local/apisix/logs/worker_events.sock failed (98: Address already in use)...
Are you using any custom parameters or values?
Initially, the error appeared with the most basic controlPlane's configuration:
Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.
If you think that's not the case and want to contribute a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.
With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.
Name and Version
bitnami/apisix v3.5.2
What architecture are you using?
amd64
What steps will reproduce the bug?
In this environment
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
With this config
Chart.yaml
values.yaml:
The hook is present as the pod control-plane contains it:
Run
See errors
Status of the pods after helm chart deployment:
Full status of the k8s artifacts deployed in the apisix namespace:
Logs of the crashing control-plane
Are you using any custom parameters or values?
Initially, the error appeared with the most basic controlPlane's configuration:
Later, using the solution proposed at issue [bitnami/apisix] failed on restart of container, the error is still apearing:
What is the expected behavior?
Correct deployment of all the pods
What do you see instead?
Additional information
The same configuration deployed in a different server, on a minikube v1.25.2 instance is working without any problem:
The text was updated successfully, but these errors were encountered: