sebgott commented on issue #12662:
URL: https://github.com/apache/apisix/issues/12662#issuecomment-3574329952

   > 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 the gatewayProxy resource and restart 
an apisix pod, it goes back to the `worker id: 0 has not received 
configuration` errors. I will use this as a workaround (for now).
   > 
   > 
[@sebgott](https://github.com/apache/apisix/issues/12662#issuecomment-3436473923)
 you have a typo in gatewayPorxy maybe thats why it is not working?
   
   I did fix this type at some point, but not sure when. I tried redeploying it 
locally without the custom image I made, and I get the same issue where 
configuration is not loading, so I do not think its because of the typo.


-- 
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]

Reply via email to