wofr commented on issue #409:
URL: 
https://github.com/apache/apisix-helm-chart/issues/409#issuecomment-1340642237

   With 0.11.1  its working!
   
   One funny observation I made, is that with 0.11.1 (and 0.11.0) the following 
call ist working and it does return the routes
   
   `kubectl exec -n apisix deploy/apisix-staging -- curl -s 
http://127.0.0.1:9180/apisix/admin/routes -H 'X-API-Key: MySecret'`
   
   With 0.11.2 (and 0.11.3)
   
   `kubectl exec -n apisix deploy/apisix-staging -- curl -s 
http://127.0.0.1:9180/apisix/admin/routes -H 'X-API-Key: MySecret'`
   I got the following error
   `error: Internal error occurred: error executing command in container: 
failed to exec in container: failed to start exec 
"02bd185efd8594fb2e761f877be8974876c6b940701b3bc4be5d6496c552dd0b": OCI runtime 
exec failed: exec failed: unable to start container process: exec: "curl": 
executable file not found in $PATH: unknown`


-- 
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