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 2021/03/05 15:15:29 UTC

[GitHub] [openwhisk-deploy-kube] jpchev commented on issue #678: couchdb not available

jpchev commented on issue #678:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/678#issuecomment-791482919


   ```
    kubectl describe pod owdev-couchdb-595b88565-8dtkj -n openwhisk
   Name:         owdev-couchdb-595b88565-8dtkj
   Namespace:    openwhisk
   Priority:     0
   Node:         xxx-w1-vm/192.168.1.37
   Start Time:   Fri, 05 Mar 2021 15:09:45 +0000
   Labels:       app=owdev-openwhisk
                 chart=openwhisk-1.0.0
                 heritage=Helm
                 name=owdev-couchdb
                 pod-template-hash=595b88565
                 release=owdev
   Annotations:  <none>
   Status:       Running
   IP:           10.44.0.6
   IPs:
     IP:           10.44.0.6
   Controlled By:  ReplicaSet/owdev-couchdb-595b88565
   Containers:
     couchdb:
       Container ID:   docker://158ea6fce985a5de40a38cf2e21b877f04e2794a5961d5c7e93004b0f31f358c
       Image:          apache/couchdb:2.3
       Image ID:       docker-pullable://apache/couchdb@sha256:9f895c8ae371cb895541e53100e039ac6ae5d30f6f0b199e8470d81d523537ad
       Port:           5984/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Fri, 05 Mar 2021 15:11:09 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         COUCHDB_USER:      <set to the key 'db_username' in secret 'owdev-db.auth'>  Optional: false
         COUCHDB_PASSWORD:  <set to the key 'db_password' in secret 'owdev-db.auth'>  Optional: false
         NODENAME:          couchdb0
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-trpk6 (ro)
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-trpk6:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-trpk6
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                    node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
                    openwhisk-role=core:NoSchedule
   Events:
     Type    Reason     Age    From               Message
     ----    ------     ----   ----               -------
     Normal  Scheduled  3m43s  default-scheduler  Successfully assigned openwhisk/owdev-couchdb-595b88565-8dtkj to kube4docacloud-w1-vm
     Normal  Pulling    3m29s  kubelet            Pulling image "apache/couchdb:2.3"
     Normal  Pulled     2m28s  kubelet            Successfully pulled image "apache/couchdb:2.3" in 1m1.078872118s
     Normal  Created    2m19s  kubelet            Created container couchdb
     Normal  Started    2m19s  kubelet            Started container couchdb
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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