sharonsahadevan opened a new issue, #460:
URL: https://github.com/apache/apisix-helm-chart/issues/460

   I am running Apisix on my Mac docker desktop for evaluating the product. So 
I have deployed a sample Hello world application.
   After creating the route when I tried to access the endpoint, I get 503 
error. I am not sure what I am missing. Can someone point me in the right 
direction? or is this some kind of a bug?
   
   Hello world application Namespace: default
   Apisix Namespace: apisix
   
   Apisix Chart version: 0.9.1
   Apisix Chart App version: 2.13.1
   
   Apisix dashboard Chart version: 0.7.0
   Apisix dashboard Chart App version: 2.15.0
   
   Route definition
   
   ```
   {
     "uri": "/*",
     "name": "hello",
     "methods": [
       "GET"
     ],
     "upstream": {
       "timeout": {
         "connect": 6,
         "send": 6,
         "read": 6
       },
       "type": "roundrobin",
       "scheme": "http",
       "discovery_type": "kubernetes",
       "pass_host": "pass",
       "service_name": "default/my-hello:http",
       "keepalive_pool": {
         "idle_timeout": 60,
         "requests": 1000,
         "size": 320
       }
     },
     "status": 1
   }
   ```
   
   
   Logs
   ```
   2023/02/06 12:34:21 [error] 47#47: *2247852 [lua] init.lua:512: 
http_access_phase(): failed to set upstream: no valid upstream node: nil, 
client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "localhost:58754"
   2023/02/06 12:34:22 [error] 47#47: *2247852 [lua] init.lua:512: 
http_access_phase(): failed to set upstream: no valid upstream node: nil, 
client: 127.0.0.1, server: _, request: "GET /favicon.ico HTTP/1.1", host: 
"localhost:58754", referrer: "http://localhost:58754/";
   127.0.0.1 - - [06/Feb/2023:12:34:21 +0000] localhost:58754 "GET / HTTP/1.1" 
503 596 0.000 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" - - - 
"http://localhost:58754";
   127.0.0.1 - - [06/Feb/2023:12:34:22 +0000] localhost:58754 "GET /favicon.ico 
HTTP/1.1" 503 596 0.000 "http://localhost:58754/"; "Mozilla/5.0 (Macintosh; 
Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 
Safari/537.36" - - - "http://localhost:58754";
   ```


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