zhy989 commented on issue #21: issue about couchdb 
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/21#issuecomment-314340632
 
 
   @DanLavine thanks!
   
   I download  invoker script file  from branch 
"remotes/origin/ansible_invoker_remove", and I have set up the openwhisk+k8s 
environment succesfully
   
   -  kubectl -n openwhisk get po
   NAME                          READY     STATUS    RESTARTS   AGE
   consul-57995027-nqmnz         2/2       Running   0          56m
   controller-3250411552-dpprr   1/1       Running   0          55m
   couchdb-109298327-57cj6       1/1       Running   0          56m
   invoker-0                     1/1       Running   2          54m
   kafka-1060962555-5wzkb        1/1       Running   0          55m
   nginx-1877697612-j20pc        1/1       Running   0          56s
   zookeeper-1304892743-21j8j    1/1       Running   0          55m
   
   - kubectl -n openwhisk get svc
   NAME         CLUSTER-IP   EXTERNAL-IP   PORT(S)                              
                                              AGE
   consul       10.0.0.21    <none>        
8300/TCP,8301/TCP,8301/UDP,8302/TCP,8302/UDP,8400/TCP,8500/TCP,8600/TCP,8600/UDP
   1h
   controller   10.0.0.245   <none>        8080/TCP                             
                                              1h
   couchdb      10.0.0.216   <none>        5984/TCP                             
                                              1h
   kafka        10.0.0.251   <none>        9092/TCP                             
                                              1h
   nginx        10.0.0.173   <nodes>       
80:30572/TCP,443:30209/TCP,8443:32279/TCP                                       
   24m
   zookeeper    10.0.0.16    <none>        2181/TCP,2888/TCP,3888/TCP           
                                              1h
   
   - kubectl -n openwhisk get statefulset
   NAME      DESIRED   CURRENT   AGE
   invoker   1         1         1h
   
   - wsk -i action create hello1 hello.js 
   ok: created action hello1
   
   - wsk -i action invoke hello1
   ok: invoked /_/hello1 with id 20bb799dc4b447c19daa056ecfe1d9e3
   
   - wsk -i activation result 20bb799dc4b447c19daa056ecfe1d9e3
   {
       "payload": "Hello world"
   }
   
 
----------------------------------------------------------------
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