Yullin opened a new issue, #602:
URL: https://github.com/apache/apisix-helm-chart/issues/602
My command is
```
helm upgrade apisix apisix/apisix --set
persistence.storageClass=apisix-etcd-nas --set persistence.enabled=true --set
gateway.type=LoadBalancer --set ingress-controller.enabled=true --set
ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix
```
The gateway.type is LoadBalancer, But it's not working, still got the
following response. It's bacame NODE_PORT.
```
Release "apisix" has been upgraded. Happy Helming!
NAME: apisix
LAST DEPLOYED: Mon Aug 28 14:36:40 2023
NAMESPACE: apisix
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
export NODE_PORT=$(kubectl get --namespace apisix -o
jsonpath="{.spec.ports[0].nodePort}" services apisix-gateway)
export NODE_IP=$(kubectl get nodes --namespace apisix -o
jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT
```
It caused my loadbalancer IP been changed(assigned by dhcp), how should I do
to avoid this problem?
--
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]