jakub-gawlas opened a new issue #56: [Error][minikube] ENOTFOUND 
nginx.openwhisk nginx.openwhisk:443
URL: https://github.com/apache/incubator-openwhisk-client-js/issues/56
 
 
   Hi folks! 
   
   I deploy OpenWhisk locally on minikube and it's my action:
   ```js
   const openwhisk = require('openwhisk');
   
   function main(params){
     return new Promise((resolve, reject) => {
       ow.actions.list().then(resolve);
     });
   }
   ```
   Result of invoke it is error:
   ```bash
   Unhandled rejection Error: Error encountered calling OpenWhisk: Error: 
getaddrinfo ENOTFOUND nginx.openwhisk nginx.openwhisk:443
   ```
   
   Maybe someone experienced similar issue and can help?
   
   Cheers ? 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to