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/02 06:21:29 UTC

[GitHub] JiniousChoi edited a comment on issue #323: `list activations` is empty when it should not be.

JiniousChoi edited a comment on issue #323: `list activations` is empty when it should not be.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/323#issuecomment-435282848
 
 
   I cannot reproduce the same situation on my new ubuntu on macbook as dualbooting.
   Back then, I was using a temporary pc and now I don't have it.
   
   Although I failed to reproduce the same situation on my new ubuntu machine on macbook as daulbooting, using kubeadm-dind-cluster as before, now I am with another issue with two invokers being unhealthy according to the controller.
   
   But I also learned that kubeadm-dind-cluster is experimental and no as mature as minikube.
   So I cleaned my machine and tried minikube(kubectl 1.10.5; minikube 0.28.2;) and it's like the following:
   ```jinc@jinc-MacBookPro:~/github/openwhisk-deploy-kube$ kubectl get all -o wide -n openwhisk
   NAME                              READY     STATUS             RESTARTS   AGE       IP            NODE
   pod/apigateway-7b87dd957f-fzb95   1/1       Running            0          1h        172.17.0.9    minikube
   pod/controller-0                  0/1       CrashLoopBackOff   31         1h        172.17.0.8    minikube
   pod/couchdb-6b87ccfb78-2z6dh      1/1       Running            0          1h        172.17.0.11   minikube
   pod/init-couchdb-nj96d            0/1       Completed          0          1h        172.17.0.13   minikube
   pod/invoker-24stv                 0/1       Init:1/2           0          1h        172.17.0.5    minikube
   pod/kafka-0                       1/1       Running            0          1h        172.17.0.10   minikube
   pod/nginx-598c75d7d6-kclwc        1/1       Running            0          1h        172.17.0.7    minikube
   pod/redis-5d77674f65-hzwjc        1/1       Running            0          1h        172.17.0.6    minikube
   pod/zookeeper-0                   1/1       Running            0          1h        172.17.0.12   minikube
   
   NAME                 TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)                                     AGE       SELECTOR
   service/apigateway   ClusterIP   10.97.126.70     <none>        8080/TCP,9000/TCP                           1h        name=apigateway
   service/controller   ClusterIP   10.100.80.194    <none>        8080/TCP                                    1h        name=controller
   service/couchdb      ClusterIP   10.110.45.106    <none>        5984/TCP                                    1h        name=couchdb
   service/kafka        ClusterIP   10.106.196.73    <none>        9092/TCP                                    1h        name=kafka
   service/nginx        NodePort    10.110.114.149   <none>        80:30620/TCP,443:31001/TCP,8443:31220/TCP   1h        name=nginx
   service/redis        ClusterIP   10.99.35.204     <none>        6379/TCP                                    1h        name=redis
   service/zookeeper    ClusterIP   None             <none>        2181/TCP,2888/TCP,3888/TCP                  1h        name=zookeeper
   
   NAME                     DESIRED   CURRENT   READY     UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE       CONTAINERS   IMAGES                     SELECTOR
   daemonset.apps/invoker   1         1         0         1            0           <none>          1h        invoker      openwhisk/invoker:latest   name=invoker
   
   NAME                         DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE       CONTAINERS   IMAGES                        SELECTOR
   deployment.apps/apigateway   1         1         1            1           1h        apigateway   openwhisk/apigateway:latest   name=apigateway
   deployment.apps/couchdb      1         1         1            1           1h        couchdb      apache/couchdb:2.1            name=couchdb
   deployment.apps/nginx        1         1         1            1           1h        nginx        nginx:1.11                    name=nginx
   deployment.apps/redis        1         1         1            1           1h        redis        redis:3.2                     name=redis
   
   NAME                                    DESIRED   CURRENT   READY     AGE       CONTAINERS   IMAGES                        SELECTOR
   replicaset.apps/apigateway-7b87dd957f   1         1         1         1h        apigateway   openwhisk/apigateway:latest   name=apigateway,pod-template-hash=3643885139
   replicaset.apps/couchdb-6b87ccfb78      1         1         1         1h        couchdb      apache/couchdb:2.1            name=couchdb,pod-template-hash=2643779634
   replicaset.apps/nginx-598c75d7d6        1         1         1         1h        nginx        nginx:1.11                    name=nginx,pod-template-hash=1547318382
   replicaset.apps/redis-5d77674f65        1         1         1         1h        redis        redis:3.2                     name=redis,pod-template-hash=1833230921
   
   NAME                          DESIRED   CURRENT   AGE       CONTAINERS   IMAGES
   statefulset.apps/controller   1         1         1h        controller   openwhisk/controller:latest
   statefulset.apps/kafka        1         1         1h        kafka        wurstmeister/kafka:0.11.0.1
   statefulset.apps/zookeeper    1         1         1h        zookeeper    zookeeper:3.4
   
   NAME                          DESIRED   SUCCESSFUL   AGE       CONTAINERS     IMAGES                            SELECTOR
   job.batch/init-couchdb        1         1            1h        init-couchdb   openwhisk/ansible-runner:latest   controller-uid=714d342d-de5a-11e8-9736-080027e1156e
   job.batch/install-catalog     1         0            1h        catalog        openwhisk/script-runner:latest    controller-uid=714f2ff8-de5a-11e8-9736-080027e1156e
   job.batch/install-routemgmt   1         0            1h        routemgmt      openwhisk/script-runner:latest    controller-uid=71515d46-de5a-11e8-9736-080027e1156e
   ```
   
   I need to successfully deploy openwhisk on kubernetes cluster by all means. Please tell me which way (going for kubeadm-dind-cluster or minikube) is more likely to finally get it.
   I'll close this issue and come back with another one, a recommended one by you., with more details.

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