You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know if there is something wrong with my installation steps and how to troubleshoot it?
And after I created an apisixroute, I obtained all the routes through the apisix api and found that there was no routing information in the apisixroute I just created.
Hey @SsLaLal, did you close this because you found out the problem? If so, could you please share details? It would be really helpful, thanks! @sereneshikari
Routes for apisix are stored in etcd. If the log indicates that the route cannot be found, you can check whether the etcd cluster is healthy or view the etcd cluster log. This is because when I configured etcd of apisix, I found that the data directory stored in etcd's own storage volume was not correct. Later I rebuilt the etcd environment and everything was fine.
Issue description
The k8 cluster I am in has already installed dashboard and apisix. I want to install ingress-controller and crd on this basis.
I want to know if there is something wrong with my installation steps and how to troubleshoot it?
And after I created an apisixroute, I obtained all the routes through the apisix api and found that there was no routing information in the apisixroute I just created.
Environment
apisix:3.7-debian
apisix-ingress-controller:1.8.0
cm
ingress-deployment
The text was updated successfully, but these errors were encountered: