JasonShin opened a new pull request #148: adding a note about -i
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/148
 
 
   Hey guys, thanks for the great project! 
   
   I was going through the documentation to set up a playground environment 
locally but I was immediately blocked when I was trying to create a custom 
action other than just `hello-world` (or even any interactions using `wsk` was 
giving errors). In short, I was basically getting
   
   ```
   error: Unable to obtain the list of actions for namespace 'guest': Get 
https://localhost/api/v1/namespaces/guest/actions?limit=30&skip=0: x509: 
certificate signed by unknown authority
   ``` 
   
   After a half an hour worth of investigation, I realised that `make 
hello-world` was using `-i` to create the functions, which bypasses the SSL and 
I was able to create, delete and list using `wsk` by adding `-i`. To help 
others to avoid the same issue, I propose adding a short note to inform the new 
users about `-i` usage in the makefile.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to