martin-schulze-e2m commented on issue #12662:
URL: https://github.com/apache/apisix/issues/12662#issuecomment-3570656714
I was struggling with this too and revisited the install guide. The problem
has gone away after adding
```
ingress-controller:
gatewayProxy:
createDefault=true
```
In my `values.yaml`. With this present, new apisix instances will get a `PUT
/apisix/admin/configs HTTP/1.1` call immediately after startup and start
passing the health checks. When I delete thie gatewayProxy resource and restart
an apisix pod, it goes back to the `worker id: 0 has not received
configuration` errors.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]