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 11:50:15 UTC

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

saurabh1284 commented on issue #104: "wsk api list"  is not working
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/104#issuecomment-440246246
 
 
   I had recently cloned and deployed it, but still hitting the same issue-->
   # wsk api list -i
   error: Unable to obtain the API list: The requested resource does not exist. (code Nd1CfSqDwmJWBS5gMMuwDoezNM0tO23E)
   
   # wsk action list -i
   actions
   /whisk.system/hello                                                    private nodejs:6
   /whisk.system/helloweb                                                 private nodejs:6
   /whisk.system/hellopython                                              private python:2
   /whisk.system/greeting                                                 private nodejs:6
   /whisk.system/invokerHealthTestAction0                                 private
   
   # kubectl get pods -n openwhisk
   NAME                          READY     STATUS      RESTARTS   AGE
   apigateway-585d644b97-tprwb   1/1       Running     0          6d
   controller-0                  1/1       Running     0          6d
   couchdb-7b5bb9657b-7d5mw      1/1       Running     0          6d
   init-couchdb-nc86p            0/1       Completed   0          6d
   invoker-gdl5k                 1/1       Running     0          6d
   kafka-0                       1/1       Running     0          6d
   nginx-9d9d8c7b-s2xvj          1/1       Running     0          6d
   redis-6c7657dbcb-x4wcl        1/1       Running     0          6d
   zookeeper-0                   1/1       Running     0          6d
   
   # kubectl get svc -n openwhisk
   NAME         TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)                                     AGE
   apigateway   ClusterIP   10.233.2.198    <none>        8080/TCP,9000/TCP                           6d
   controller   ClusterIP   10.233.37.215   <none>        8080/TCP                                    6d
   couchdb      ClusterIP   10.233.27.3     <none>        5984/TCP                                    6d
   kafka        ClusterIP   10.233.46.150   <none>        9092/TCP                                    6d
   nginx        NodePort    10.233.37.34    <none>        80:30221/TCP,443:31001/TCP,8443:30587/TCP   6d
   redis        ClusterIP   10.233.5.47     <none>        6379/TCP                                    6d
   zookeeper    ClusterIP   None            <none>        2181/TCP,2888/TCP,3888/TCP                  6d
    
   Any comments / workarounds ??

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