ncepuwanghui opened a new issue #33:
URL: https://github.com/apache/apisix-helm-chart/issues/33
The apisix-etcd-0 pod failed to start when installing apisix-helm-chart on a
k3s cluster deployed with a custom domain name.
apisix install command as follows:
```
helm install apisix ./charts/apisix --namespace ingress-apisix --set
gateway.type=NodePort --set gateway.k8s_domain="custom.cluster.domain" --set
allow.ipList="{10.42.0.0/16}"
```
The error of apisix-etcd-0 pod is as follows:
```
failed to resolve
http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380
to match
--initial-cluster=apisix-etcd-0=http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380
(failed to resolve
"http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380"
(lookup apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local on
10.43.0.10:53: no such host))
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]