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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to