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 2018/11/20 16:40:10 UTC

[GitHub] dgrove-oss commented on issue #104: "wsk api list" is not working

dgrove-oss commented on issue #104: "wsk api list"  is not working
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/104#issuecomment-440340820
 
 
   It looks like the job (or jobs depending on how recently you cloned the repo) that install the openwhisk catalog and the actions that support apigateway into the /whisk.system namespace either failed or did not run.   See if you can find the logs/status for all the Jobs in your version of the Helm chart.
   
   If the install jobs ran correctly,  when you do `wsk -i packages list /whisk.system` you should see a listing of some standard packages like:
   ```
   daves-mbp:incubator-openwhisk-deploy-kube dgrove$ wsk -i --auth `kubectl -n openwhisk get secret whisk.auth -o jsonpath='{.data.system}' | base64 --decode` package list
   packages
   /whisk.system/watson-speechToText                                      shared
   /whisk.system/github                                                   shared
   /whisk.system/websocket                                                shared
   /whisk.system/samples                                                  shared
   /whisk.system/slack                                                    shared
   /whisk.system/watson-textToSpeech                                      shared
   /whisk.system/weather                                                  shared
   /whisk.system/utils                                                    shared
   /whisk.system/combinators                                              shared
   /whisk.system/apimgmt                                                  private
   ```
   and you should be able to list the three actions in the `/whisk.system/apimgmt` package.  
   
   ```
   daves-mbp:incubator-openwhisk-deploy-kube dgrove$ wsk -i --auth `kubectl -n openwhisk get secret whisk.auth -o jsonpath='{.data.system}' | base64 --decode` action list /whisk.system/apimgmt
   actions
   /whisk.system/apimgmt/deleteApi                                        private nodejs:6
   /whisk.system/apimgmt/createApi                                        private nodejs:6
   /whisk.system/apimgmt/getApi                                           private nodejs:6
   ```

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


With regards,
Apache Git Services