Routhinator commented on issue #602:
URL:
https://github.com/apache/apisix-helm-chart/issues/602#issuecomment-1843474914
I take it back, 1.8.0 is _not_ stable - some feature was added for adding a
gateway to the ingress-controller, and now the ingress controller creates a
second unwanted gateway that doesn't respect the gateway.type setting and
causes ingress updates to break.
The last stable version I've been able to find that installs and behaves as
per the public documentation is Chart version `1.6.2` - before the dependency
for `apisix-ingress-controller` was updated to 12.2 and the undocumented+broken
behaviour starts.
And even then, 1.6.2 requires an extra config variable that's not documented:
```yaml
ingress-controller:
config:
ingressPublishService: ingress-apisix/apisix-gateway
```
Or else you will fail ingress updates with:
```
2023-12-07T01:03:42+08:00 error ingress/ingress.go:502 failed to
get APISIX gateway external IPs {"error": "service \"\" not found"}
```
--
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]