And finally ...

```
$ kubectl describe pod zookeeper-0 --namespace=openwhisk
Name:           zookeeper-0
Namespace:      openwhisk
Node:           node-01/10.0.2.15
Start Time:     Tue, 18 Sep 2018 08:42:56 -0400
Labels:         controller-revision-hash=zookeeper-587849955c
                name=zookeeper
                statefulset.kubernetes.io/pod-name=zookeeper-0
Annotations:    <none>
Status:         Running
IP:             10.42.0.50
Controlled By:  StatefulSet/zookeeper
Containers:
  zookeeper:
    Container ID:  
docker://10343fff964c2e028d55a27b4e0243070f2f2444dba88272503addc7ea3f1a02
    Image:         zookeeper:3.4
    Image ID:      
docker-pullable://zookeeper@sha256:d4cc19e66ab7878d36cdb51f0a47da45a9ce38878a26021b82c381962a671dc7
    Ports:         2181/TCP, 2888/TCP, 3888/TCP
    Host Ports:    0/TCP, 0/TCP, 0/TCP
    Command:
      /bin/bash
      -c
      hostname -s | cut -d'-' -f2 > /data/myid; cat /data/myid; cat 
/conf/zoo.cfg; zkServer.sh start-foreground
    State:          Running
      Started:      Tue, 18 Sep 2018 08:43:02 -0400
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /conf from zk-config (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from default-token-945tr 
(ro)
Conditions:
  Type           Status
  Initialized    True
  Ready          True
  PodScheduled   True
Volumes:
  zk-config:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      zookeeper
    Optional:  false
  default-token-945tr:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  default-token-945tr
    Optional:    false
QoS Class:       BestEffort
Node-Selectors:  <none>
Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                 node.kubernetes.io/unreachable:NoExecute for 300s
Events:
  Type    Reason                 Age   From               Message
  ----    ------                 ----  ----               -------
  Normal  Scheduled              36m   default-scheduler  Successfully assigned 
zookeeper-0 to node-01
  Normal  SuccessfulMountVolume  36m   kubelet, node-01   MountVolume.SetUp 
succeeded for volume "zk-config"
  Normal  SuccessfulMountVolume  36m   kubelet, node-01   MountVolume.SetUp 
succeeded for volume "default-token-945tr"
  Normal  Pulled                 36m   kubelet, node-01   Container image 
"zookeeper:3.4" already present on machine
  Normal  Created                36m   kubelet, node-01   Created container
  Normal  Started                36m   kubelet, node-01   Started container
```

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/272 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to