You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/30 03:24:23 UTC

[GitHub] [apisix-ingress-controller] apit edited a comment on issue #851: bug: Ingress controller error: apisix/route.go:117 failed to list routes

apit edited a comment on issue #851:
URL: https://github.com/apache/apisix-ingress-controller/issues/851#issuecomment-1025059435


   i cloned apisix-helm-chart repo, created apisix-ingress-controller-0.9.0.tgz and put that on apisix `charts` folder, updated apisix Charts.yaml to use 0.9 and run this from on apisix chart folder,
   
   ```sh
   helm install apisix . \
     --insecure-skip-tls-verify \
     --set gateway.type=NodePort \
     --namespace apisix \
     --set gateway.stream.enabled=true \
     --set ingress-controller.enabled=true \
     --set ingress-controller.config.apisix.serviceNamespace=apisix \
     --set ingress-controller.config.apisix.serviceName=apisix-admin \
     --set dashboard.enabled=true \
     --set dashboard.config.apisix.serviceNamespace=apisix \
     --kubeconfig k3s.yaml
   ```
   
   i created an `ApisixRoute` but it doesn't shows up on  ` kubectl exec -it -n apisix $(APISIX_POD) -- curl http://127.0.0.1:9180/apisix/admin/routes -H 'X-API-Key: mykey'`, and got previous log on the ingress pod.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org