You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/11/26 00:16:54 UTC

[GitHub] [openwhisk-deploy-kube] style95 commented on issue #655: Can not call web action from browser

style95 commented on issue #655:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/655#issuecomment-734003269


   Are you able to curl against the nginx IP?
   
   You should get something like this:
   ```
   $ curl 10.107.131.27
   {"api_paths":["/api/v1"],"description":"OpenWhisk","limits":{"actions_per_minute":60,"concurrent_actions":100,"max_action_duration":360000,"max_action_logs":1048576,"max_action_memory":1073741824,"min_action_duration":100,"min_action_logs":0,"min_action_memory":536870912,"sequence_length":50,"triggers_per_minute":240},"runtimes":{...},"support":{"github":"https://github.com/apache/openwhisk/issues","slack":"http://slack.openwhisk.org"}}
   ```
   
   Since the error is `CONNECTION_REFUSED` rather than `CONNECTION_TIMEDOUT`, I suppose your ow deployment is not complete.
   There might be some failures in some pods.
   It seems nginx cannot connect to controllers.
   


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

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