BFergerson commented on issue #1088: URL: https://github.com/apache/apisix-ingress-controller/issues/1088#issuecomment-1160300796
@tao12345666333, I was able to get [this guide] working, thanks. I think I avoided starting with this guide because it installs etcd and apisix-admin. I'm using the standalone version of APISIX. Is there a guide that shows how to install the apisix-ingress-controller with the stand-alone version of APISIX? I've tried doing it without etcd and I run into: ``` Defaulted container "ingress-controller" out of: ingress-controller, wait-apisix-admin (init) Error from server (BadRequest): container "ingress-controller" in pod "apisix-ingress-controller-6c7c757f75-qn4cl" is waiting to start: PodInitializing ``` --- > Back to your question, you can run > > `kubectl -n APISIX get service/etcd-headless ` That doesn't seem to help: ``` kubectl -n apisix get service/etcd-headless NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE etcd-headless ClusterIP None <none> 2379/TCP,2380/TCP 5m19s ``` -- 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]
