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 2019/11/13 00:48:09 UTC

[GitHub] [openwhisk-deploy-kube] starsmall-xiaoqq commented on issue #545: No invokers available

starsmall-xiaoqq commented on issue #545: No invokers available
URL: https://github.com/apache/openwhisk-deploy-kube/issues/545#issuecomment-553185632
 
 
   Hi, dgrove-oss
   Here is output of kubectl describe pods. It is a little longthy.
   ---------------------------------------------------------------------------
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     alarmprovider:
       Container ID:   docker://65777e05f6dcf6703e29899a1289b449d5dfe93fb9b72acb358
       Image:          openwhisk/alarmprovider:2.0.0-incubating
       Image ID:       docker-pullable://openwhisk/alarmprovider@sha256:51b9c34c7d3
       Port:           8080/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:51 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         DB_PROTOCOL:    <set to the key 'db_protocol' of config map 'owdev-db.conf
         DB_HOST:        <set to the key 'db_host_port' of config map 'owdev-db.con
         DB_USERNAME:    <set to the key 'db_username' in secret 'owdev-db.auth'>
         DB_PASSWORD:    <set to the key 'db_password' in secret 'owdev-db.auth'>
         DB_PREFIX:      alm
         ROUTER_HOST:    <set to the key 'whisk_api_host_nameAndPort' of config map
         ENDPOINT_AUTH:  <set to the key 'whisk_api_host_nameAndPort' of config map
       Mounts:
         /logs from alarm-logs (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     alarm-logs:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:
       SizeLimit:  <unset>
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-apigateway-7449867c85-82t9d
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-apigateway
                   pod-template-hash=7449867c85
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.148
   Controlled By:  ReplicaSet/owdev-apigateway-7449867c85
   Containers:
     apigateway:
       Container ID:   docker://9b37e3d6c185b941dedde74f68d8a62f441c42ca44c2f75888c
       Image:          openwhisk/apigateway:0.11.0
       Image ID:       docker-pullable://openwhisk/apigateway@sha256:b553af1b153880
       Ports:          8080/TCP, 9000/TCP
       Host Ports:     0/TCP, 0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:41 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         REDIS_HOST:          owdev-redis.openwhisk.svc.cluster.local
         REDIS_PORT:          6379
         PUBLIC_GATEWAY_URL:  <set to the key 'whisk_api_host_url' of config map 'o
         BACKEND_HOST:        <set to the key 'whisk_api_host_url' of config map 'o
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-cloudantprovider-5b86d9ffc6-ssg5h
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-cloudantprovider
                   pod-template-hash=5b86d9ffc6
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.171
   Controlled By:  ReplicaSet/owdev-cloudantprovider-5b86d9ffc6
   Init Containers:
     wait-for-controller:
       Container ID:  docker://d4a490c0eb931634a6bac21a02088826a91b5f75e7aa842d16d5
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:39 +0000
         Finished:     Tue, 12 Nov 2019 06:03:52 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     cloudantprovider:
       Container ID:   docker://fd4be601092e96d2b030a4b3a537b1a5ce0b338a9fb85723b38
       Image:          openwhisk/cloudantprovider:2.0.0-incubating
       Image ID:       docker-pullable://openwhisk/cloudantprovider@sha256:914e7443
       Port:           8080/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:53 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         DB_PROTOCOL:    <set to the key 'db_protocol' of config map 'owdev-db.conf
         DB_HOST:        <set to the key 'db_host_port' of config map 'owdev-db.con
         DB_USERNAME:    <set to the key 'db_username' in secret 'owdev-db.auth'>
         DB_PASSWORD:    <set to the key 'db_password' in secret 'owdev-db.auth'>
         DB_PREFIX:      cldt
         ROUTER_HOST:    <set to the key 'whisk_api_host_nameAndPort' of config map
         ENDPOINT_AUTH:  <set to the key 'whisk_api_host_nameAndPort' of config map
       Mounts:
         /logs from cloudant-logs (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     cloudant-logs:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:
       SizeLimit:  <unset>
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-controller-0
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=owdev-controller-74cbb9884f
                   heritage=Tiller
                   name=owdev-controller
                   release=owdev
                   statefulset.kubernetes.io/pod-name=owdev-controller-0
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.232
   Controlled By:  StatefulSet/owdev-controller
   Init Containers:
     wait-for-kafka:
       Container ID:  docker://03bea8101e0c15080283a2292821a27e4308887522b0fcb2c98c
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do OK=$(echo ruok | nc -w 1 owdev-zookeesult=0; echo "zookeeper returned imok!"; else echo waiting for zookeeper to be ime to initialize"; sleep 10;
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:40 +0000
         Finished:     Tue, 12 Nov 2019 06:03:21 +0000
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
     wait-for-couchdb:
       Container ID:  docker://328c6f6754c3dcdb22de4d072f0c987468b20fe72632b548ab19
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         while true; do echo 'checking CouchDB readiness'; wget -T 5 --spider $READ?; if [ $result -eq 0 ]; then echo 'Success: CouchDB is ready!'; break; fi; echo
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:03:22 +0000
         Finished:     Tue, 12 Nov 2019 06:03:25 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-couchdb.openwhisk.svc.cluster.local:5984/ow_k
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
   Containers:
     controller:
       Container ID:  docker://0d414adb29dc5c3f928dcff1832bdcbd7f6131bb0dcd381fdbbb
       Image:         openwhisk/controller:nightly
       Image ID:      docker-pullable://openwhisk/controller@sha256:12d8cc1942b913a
       Ports:         8080/TCP, 2552/TCP, 19999/TCP
       Host Ports:    0/TCP, 0/TCP, 0/TCP
       Command:
         /bin/bash
         -c
         /init.sh `hostname | awk -F '-' '{print $NF}'`
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:28 +0000
       Ready:          True
       Restart Count:  0
       Liveness:       http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Readiness:      http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Environment:
         PORT:                                                        8080
         TZ:                                                          UTC
         CONFIG_whisk_info_date:                                      <set to the k
         CONFIG_whisk_info_buildNo:                                   <set to the k
         JAVA_OPTS:                                                   -Xmx1024M
         CONTROLLER_OPTS:
         RUNTIMES_MANIFEST:                                           {
                                                                          "runtimes
                                                                              "node
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "pyth
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "swif
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "java
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "php"
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ruby
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "go":
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "dotn
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ball
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ]
                                                                          },
                                                                          "blackbox
                                                                              {
                                                                                  "
                                                                                  "
                                                                                  "
                                                                              }
                                                                          ]
                                                                      }
   
         LIMITS_ACTIONS_INVOKES_PERMINUTE:                            60
         LIMITS_ACTIONS_INVOKES_CONCURRENT:                           30
         LIMITS_TRIGGERS_FIRES_PERMINUTE:                             60
         LIMITS_ACTIONS_SEQUENCE_MAXLENGTH:                           50
         CONFIG_whisk_timeLimit_min:                                  100ms
         CONFIG_whisk_timeLimit_max:                                  5m
         CONFIG_whisk_timeLimit_std:                                  1m
         CONFIG_whisk_memory_min:                                     128m
         CONFIG_whisk_memory_max:                                     512m
         CONFIG_whisk_memory_std:                                     256m
         CONFIG_whisk_concurrencyLimit_min:                           1
         CONFIG_whisk_concurrencyLimit_max:                           1
         CONFIG_whisk_concurrencyLimit_std:                           1
         CONFIG_whisk_logLimit_min:                                   0m
         CONFIG_whisk_logLimit_max:                                   10m
         CONFIG_whisk_logLimit_std:                                   10m
         CONFIG_whisk_activation_payload_max:                         1048576
         CONFIG_whisk_loadbalancer_blackboxFraction:                  10%
         CONFIG_whisk_loadbalancer_timeoutFactor:                     2
         KAFKA_HOSTS:                                                 owdev-kafka-0
         CONFIG_whisk_kafka_replicationFactor:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs:
         CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes:
         CONFIG_whisk_kafka_topics_completed_retentionBytes:
         CONFIG_whisk_kafka_topics_completed_retentionMs:
         CONFIG_whisk_kafka_topics_completed_segmentBytes:
         CONFIG_whisk_kafka_topics_events_retentionBytes:
         CONFIG_whisk_kafka_topics_events_retentionMs:
         CONFIG_whisk_kafka_topics_events_segmentBytes:
         CONFIG_whisk_kafka_topics_health_retentionBytes:
         CONFIG_whisk_kafka_topics_health_retentionMs:
         CONFIG_whisk_kafka_topics_health_segmentBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionMs:
         CONFIG_whisk_kafka_topics_invoker_segmentBytes:
         CONFIG_whisk_couchdb_username:                               <set to the k
         CONFIG_whisk_couchdb_password:                               <set to the k
         CONFIG_whisk_couchdb_port:                                   <set to the k
         CONFIG_whisk_couchdb_protocol:                               <set to the k
         CONFIG_whisk_couchdb_host:                                   owdev-couchdb
         CONFIG_whisk_couchdb_provider:                               <set to the k
         CONFIG_whisk_couchdb_databases_WhiskActivation:              <set to the k
         CONFIG_whisk_couchdb_databases_WhiskEntity:                  <set to the k
         CONFIG_whisk_couchdb_databases_WhiskAuth:                    <set to the k
         CONTROLLER_INSTANCES:                                        1
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     owdev-core-token-pvs9r:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  owdev-core-token-pvs9r
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-couchdb-774db95f5b-7kfrm
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-couchdb
                   pod-template-hash=774db95f5b
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.240
   Controlled By:  ReplicaSet/owdev-couchdb-774db95f5b
   Containers:
     couchdb:
       Container ID:   docker://9a2b14d0dcb36a40f29046d214702a483ff4f8e9d1377481a6f
       Image:          apache/couchdb:2.3
       Image ID:       docker-pullable://apache/couchdb@sha256:9fa44ca2bca280d0a611
       Port:           5984/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         COUCHDB_USER:      <set to the key 'db_username' in secret 'owdev-db.auth'
         COUCHDB_PASSWORD:  <set to the key 'db_password' in secret 'owdev-db.auth'
         NODENAME:          couchdb0
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-init-couchdb-w82x6
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-uid=07b496ec-0512-11ea-bd1c-06d98b7af9e6
                   heritage=Tiller
                   job-name=owdev-init-couchdb
                   name=owdev-init-couchdb
                   release=owdev
   Annotations:    <none>
   Status:         Succeeded
   IP:             10.0.102.206
   Controlled By:  Job/owdev-init-couchdb
   Containers:
     init-couchdb:
       Container ID:  docker://18d192f71be972a835a33aa15560f74ee47b832837cedbef8acb
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /bin/bash
         -c
         set -e; . /task/initdb.sh
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:46 +0000
         Finished:     Tue, 12 Nov 2019 06:03:24 +0000
       Ready:          False
       Restart Count:  0
       Environment:
         DB_PROTOCOL:           <set to the key 'db_protocol' of config map 'owdev-
         DB_HOST:               <set to the key 'db_host' of config map 'owdev-db.c
         DB_PORT:               <set to the key 'db_port' of config map 'owdev-db.c
         DB_PREFIX:             <set to the key 'db_prefix' of config map 'owdev-db
         COUCHDB_USER:          <set to the key 'db_username' in secret 'owdev-db.a
         COUCHDB_PASSWORD:      <set to the key 'db_password' in secret 'owdev-db.a
         NODENAME:              couchdb0
         OW_GIT_TAG_OPENWHISK:  81ac503f7efc8ee99ea1a37ef9ec3d6163d96c85
       Mounts:
         /etc/whisk-auth from whisk-auth (rw)
         /task/initdb.sh from task-dir (rw,path="initdb.sh")
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             False
     ContainersReady   False
     PodScheduled      True
   Volumes:
     task-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-init-couchdb
       Optional:  false
     whisk-auth:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  owdev-whisk.auth
       Optional:    false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-install-packages-7nj75
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-uid=07b4797b-0512-11ea-bd1c-06d98b7af9e6
                   heritage=Tiller
                   job-name=owdev-install-packages
                   name=owdev-install-packages
                   release=owdev
   Annotations:    <none>
   Status:         Succeeded
   IP:             10.0.102.15
   Controlled By:  Job/owdev-install-packages
   Init Containers:
     wait-for-healthy-invoker:
       Container ID:  docker://bed1c35c49ceb27cc2042aa92659434def0d28153345a2a0b735
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         echo 0 > /tmp/count.txt; while true; do echo 'waiting for healthy invoker'KERS=$(cat /tmp/count.txt); if [ $NUM_HEALTHY_INVOKERS -gt 0 ]; then echo "Succe; sleeping 3 seconds before retry'; sleep 3; done;
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:45 +0000
         Finished:     Tue, 12 Nov 2019 06:04:04 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/i
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     install-packages:
       Container ID:  docker://803329339b089d801358864eb70d01464d7f93be194d56a6178f
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /bin/bash
         -c
         set -e; . /task/myTask.sh
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:04:05 +0000
         Finished:     Tue, 12 Nov 2019 06:04:57 +0000
       Ready:          False
       Restart Count:  0
       Environment:
         WHISK_AUTH:                             <set to the key 'system' in secret
         WHISK_API_HOST:                         <set to the key 'whisk_api_host_na
         WHISK_SYSTEM_NAMESPACE:                 <set to the key 'whisk_system_name
         WHISK_API_GATEWAY_HOST_V2:              http://$(OWDEV_APIGATEWAY_SERVICE_
         PROVIDER_DB_HOST:                       <set to the key 'db_host' of confi
         PROVIDER_DB_PROTOCOL:                   <set to the key 'db_protocol' of c
         PROVIDER_DB_PORT:                       <set to the key 'db_port' of confi
         PROVIDER_DB_USERNAME:                   <set to the key 'db_username' in s
         PROVIDER_DB_PASSWORD:                   <set to the key 'db_password' in s
         ALARM_DB_PREFIX:                        alm
         CLOUDANT_DB_PREFIX:                     cldt
         KAFKA_DB_PREFIX:                        kp
         OW_INSTALL_ALARM_PROVIDER:              yes
         OW_INSTALL_CLOUDANT_PROVIDER:           yes
         OW_INSTALL_KAFKA_PROVIDER:              yes
         OW_GIT_TAG_OPENWHISK:                   81ac503f7efc8ee99ea1a37ef9ec3d6163
         OW_GIT_TAG_OPENWHISK_CATALOG:           0.10.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_ALARMS:    2.0.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_CLOUDANT:  2.0.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_KAFKA:     2.0.0-incubating
       Mounts:
         /task/myTask.sh from task-dir (rw,path="myTask.sh")
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             False
     ContainersReady   False
     PodScheduled      True
   Volumes:
     task-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-install-packages-cm
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-invoker-66tqm
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-101-63.ap-northeast-1.compute.internal/10.0.101.63
   Start Time:     Tue, 12 Nov 2019 06:18:48 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=9f7654cd4
                   heritage=Tiller
                   name=owdev-invoker
                   pod-template-generation=1
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.101.122
   Controlled By:  DaemonSet/owdev-invoker
   Init Containers:
     docker-pull-runtimes:
       Container ID:  docker://4b2afb0234e8dbd61cd3a10e0f2719c5e2df23368a873ab8f160
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /usr/local/bin/ansible-playbook
         /invoker-scripts/playbook.yml
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:19:16 +0000
         Finished:     Tue, 12 Nov 2019 06:23:00 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         RUNTIMES_MANIFEST:  {
                                 "runtimes": {
                                     "nodejs": [
                                         {
                                             "kind": "nodejs:6",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "nodejs6action",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:8",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v8",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:10",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v10",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "stemCells": [
                                                 {
                                                     "count": 2,
                                                     "memory": "256 MB"
                                                 }
                                             ]
                                         },
                                         {
                                             "kind": "nodejs:12",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v12",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "python": [
                                         {
                                             "kind": "python:2",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python2action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "python:3",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python3action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "swift": [
                                         {
                                             "kind": "swift:4.2",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-swift-v4.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "java": [
                                         {
                                             "kind": "java:8",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "java8action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "jarfile",
                                                 "attachmentType": "application/jav
                                             },
                                             "requireMain": true
                                         }
                                     ],
                                     "php": [
                                         {
                                             "kind": "php:7.3",
                                             "default": true,
                                             "deprecated": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-php-v7.3",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ruby": [
                                         {
                                             "kind": "ruby:2.5",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ruby-v2.5",
                                                 "tag": "1.13.0-incubating"
                                             }
                                         }
                                     ],
                                     "go": [
                                         {
                                             "kind": "go:1.11",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-golang-v1.11",
                                                 "tag": "1.14.0"
                                             }
                                         }
                                     ],
                                     "dotnet": [
                                         {
                                             "kind": "dotnet:2.2",
                                             "default": true,
                                             "deprecated": false,
                                             "requireMain": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-dotnet-v2.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ballerina": [
                                         {
                                             "kind": "ballerina:0.990",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ballerina-v0.990.2
                                                 "tag": "nightly"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ]
                                 },
                                 "blackboxes": [
                                     {
                                         "prefix": "openwhisk",
                                         "name": "dockerskeleton",
                                         "tag": "1.13.0-incubating"
                                     }
                                 ]
                             }
   
       Mounts:
         /invoker-scripts/playbook.yml from scripts-dir (rw,path="playbook.yml")
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
     wait-for-controller:
       Container ID:  docker://be99fdf43973508c306dfd706b324b42fba56fc04ce9826b3f41
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:23:02 +0000
         Finished:     Tue, 12 Nov 2019 06:23:03 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     invoker:
       Container ID:  docker://eaf69e317841b6e9f76f4036589eeec49ac38e0865a51d440e85
       Image:         openwhisk/invoker:nightly
       Image ID:      docker-pullable://openwhisk/invoker@sha256:9a3adf94f839dcadbf
       Port:          8080/TCP
       Host Port:     0/TCP
       Command:
         /bin/bash
         -c
         . /invoker-scripts/configureDNS.sh && /init.sh --uniqueName $INVOKER_NAME
       State:          Running
         Started:      Tue, 12 Nov 2019 06:23:17 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         PORT:                                                        8080
         WHISK_API_HOST_PROTO:                                        <set to the k
         WHISK_API_HOST_PORT:                                         <set to the k
         WHISK_API_HOST_NAME:                                         <set to the k
         CONFIG_whisk_docker_containerFactory_useRunc:                false
         CONFIG_whisk_containerPool_userMemory:                       2048m
         CONFIG_whisk_containerFactory_containerArgs_network:         bridge
         CONFIG_whisk_containerFactory_containerArgs_extraEnvVars_0:  __OW_ALLOW_CO
         CONFIG_whisk_containerFactory_runtimesRegistry_url:
         INVOKER_NAME:                                                 (v1:spec.nod
         JAVA_OPTS:                                                   -Xmx512M
         INVOKER_OPTS:                                                 -Dwhisk.spi.actoryProvider
         RUNTIMES_MANIFEST:                                           {
                                                                          "runtimes
                                                                              "node
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "pyth
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "swif
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "java
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "php"
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ruby
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "go":
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "dotn
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ball
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ]
                                                                          },
                                                                          "blackbox
                                                                              {
                                                                                  "
                                                                                  "
                                                                                  "
                                                                              }
                                                                          ]
                                                                      }
   
         LIMITS_ACTIONS_INVOKES_PERMINUTE:                            60
         LIMITS_ACTIONS_INVOKES_CONCURRENT:                           30
         LIMITS_TRIGGERS_FIRES_PERMINUTE:                             60
         LIMITS_ACTIONS_SEQUENCE_MAXLENGTH:                           50
         CONFIG_whisk_timeLimit_min:                                  100ms
         CONFIG_whisk_timeLimit_max:                                  5m
         CONFIG_whisk_timeLimit_std:                                  1m
         CONFIG_whisk_memory_min:                                     128m
         CONFIG_whisk_memory_max:                                     512m
         CONFIG_whisk_memory_std:                                     256m
         CONFIG_whisk_concurrencyLimit_min:                           1
         CONFIG_whisk_concurrencyLimit_max:                           1
         CONFIG_whisk_concurrencyLimit_std:                           1
         CONFIG_whisk_logLimit_min:                                   0m
         CONFIG_whisk_logLimit_max:                                   10m
         CONFIG_whisk_logLimit_std:                                   10m
         CONFIG_whisk_activation_payload_max:                         1048576
         WHISK_LOGS_DIR:
         CONFIG_whisk_info_date:                                      <set to the k
         CONFIG_whisk_couchdb_username:                               <set to the k
         CONFIG_whisk_couchdb_password:                               <set to the k
         CONFIG_whisk_couchdb_port:                                   <set to the k
         CONFIG_whisk_couchdb_protocol:                               <set to the k
         CONFIG_whisk_couchdb_host:                                   owdev-couchdb
         CONFIG_whisk_couchdb_provider:                               <set to the k
         CONFIG_whisk_couchdb_databases_WhiskActivation:              <set to the k
         CONFIG_whisk_couchdb_databases_WhiskEntity:                  <set to the k
         CONFIG_whisk_couchdb_databases_WhiskAuth:                    <set to the k
         KAFKA_HOSTS:                                                 owdev-kafka-0
         CONFIG_whisk_kafka_replicationFactor:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs:
         CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes:
         CONFIG_whisk_kafka_topics_completed_retentionBytes:
         CONFIG_whisk_kafka_topics_completed_retentionMs:
         CONFIG_whisk_kafka_topics_completed_segmentBytes:
         CONFIG_whisk_kafka_topics_events_retentionBytes:
         CONFIG_whisk_kafka_topics_events_retentionMs:
         CONFIG_whisk_kafka_topics_events_segmentBytes:
         CONFIG_whisk_kafka_topics_health_retentionBytes:
         CONFIG_whisk_kafka_topics_health_retentionMs:
         CONFIG_whisk_kafka_topics_health_segmentBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionMs:
         CONFIG_whisk_kafka_topics_invoker_segmentBytes:
         ZOOKEEPER_HOSTS:                                             owdev-zookeep
       Mounts:
         /containers from dockerrootdir (rw)
         /invoker-scripts/configureDNS.sh from scripts-dir (rw,path="configureDNS.s
         /run/runc from runc (rw)
         /sys/fs/cgroup from cgroup (rw)
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     cgroup:
       Type:          HostPath (bare host directory volume)
       Path:          /sys/fs/cgroup
       HostPathType:
     runc:
       Type:          HostPath (bare host directory volume)
       Path:          /run/runc
       HostPathType:
     dockerrootdir:
       Type:          HostPath (bare host directory volume)
       Path:          /var/lib/docker/containers
       HostPathType:
     dockersock:
       Type:          HostPath (bare host directory volume)
       Path:          /var/run/docker.sock
       HostPathType:
     scripts-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-invoker-scripts
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/disk-pressure:NoSchedule
                    node.kubernetes.io/memory-pressure:NoSchedule
                    node.kubernetes.io/not-ready:NoExecute
                    node.kubernetes.io/unreachable:NoExecute
                    node.kubernetes.io/unschedulable:NoSchedule
                    openwhisk-role=invoker:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-invoker-cg8lw
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-100-73.ap-northeast-1.compute.internal/10.0.100.73
   Start Time:     Tue, 12 Nov 2019 06:02:37 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=9f7654cd4
                   heritage=Tiller
                   name=owdev-invoker
                   pod-template-generation=1
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.100.172
   Controlled By:  DaemonSet/owdev-invoker
   Init Containers:
     docker-pull-runtimes:
       Container ID:  docker://8c916e7108e2c1c82500d507e3a23c1ca6d41cf40459b0bf517f
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /usr/local/bin/ansible-playbook
         /invoker-scripts/playbook.yml
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:39 +0000
         Finished:     Tue, 12 Nov 2019 06:03:11 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         RUNTIMES_MANIFEST:  {
                                 "runtimes": {
                                     "nodejs": [
                                         {
                                             "kind": "nodejs:6",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "nodejs6action",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:8",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v8",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:10",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v10",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "stemCells": [
                                                 {
                                                     "count": 2,
                                                     "memory": "256 MB"
                                                 }
                                             ]
                                         },
                                         {
                                             "kind": "nodejs:12",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v12",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "python": [
                                         {
                                             "kind": "python:2",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python2action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "python:3",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python3action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "swift": [
                                         {
                                             "kind": "swift:4.2",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-swift-v4.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "java": [
                                         {
                                             "kind": "java:8",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "java8action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "jarfile",
                                                 "attachmentType": "application/jav
                                             },
                                             "requireMain": true
                                         }
                                     ],
                                     "php": [
                                         {
                                             "kind": "php:7.3",
                                             "default": true,
                                             "deprecated": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-php-v7.3",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ruby": [
                                         {
                                             "kind": "ruby:2.5",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ruby-v2.5",
                                                 "tag": "1.13.0-incubating"
                                             }
                                         }
                                     ],
                                     "go": [
                                         {
                                             "kind": "go:1.11",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-golang-v1.11",
                                                 "tag": "1.14.0"
                                             }
                                         }
                                     ],
                                     "dotnet": [
                                         {
                                             "kind": "dotnet:2.2",
                                             "default": true,
                                             "deprecated": false,
                                             "requireMain": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-dotnet-v2.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ballerina": [
                                         {
                                             "kind": "ballerina:0.990",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ballerina-v0.990.2
                                                 "tag": "nightly"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ]
                                 },
                                 "blackboxes": [
                                     {
                                         "prefix": "openwhisk",
                                         "name": "dockerskeleton",
                                         "tag": "1.13.0-incubating"
                                     }
                                 ]
                             }
   
       Mounts:
         /invoker-scripts/playbook.yml from scripts-dir (rw,path="playbook.yml")
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
     wait-for-controller:
       Container ID:  docker://e63526e6731c71a98e795af9088188fd3158e88b3dcebc5f64fc
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:03:12 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     invoker:
       Container ID:  docker://8a6e82c729273678ad7a50c00622ea3eeaa114d7effad5a5b0b0
       Image:         openwhisk/invoker:nightly
       Image ID:      docker-pullable://openwhisk/invoker@sha256:9a3adf94f839dcadbf
       Port:          8080/TCP
       Host Port:     0/TCP
       Command:
         /bin/bash
         -c
         . /invoker-scripts/configureDNS.sh && /init.sh --uniqueName $INVOKER_NAME
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:52 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         PORT:                                                        8080
         WHISK_API_HOST_PROTO:                                        <set to the k
         WHISK_API_HOST_PORT:                                         <set to the k
         WHISK_API_HOST_NAME:                                         <set to the k
         CONFIG_whisk_docker_containerFactory_useRunc:                false
         CONFIG_whisk_containerPool_userMemory:                       2048m
         CONFIG_whisk_containerFactory_containerArgs_network:         bridge
         CONFIG_whisk_containerFactory_containerArgs_extraEnvVars_0:  __OW_ALLOW_CO
         CONFIG_whisk_containerFactory_runtimesRegistry_url:
         INVOKER_NAME:                                                 (v1:spec.nod
         JAVA_OPTS:                                                   -Xmx512M
         INVOKER_OPTS:                                                 -Dwhisk.spi.actoryProvider
         RUNTIMES_MANIFEST:                                           {
                                                                          "runtimes
                                                                              "node
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "pyth
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "swif
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "java
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "php"
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ruby
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "go":
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "dotn
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ball
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ]
                                                                          },
                                                                          "blackbox
                                                                              {
                                                                                  "
                                                                                  "
                                                                                  "
                                                                              }
                                                                          ]
                                                                      }
   
         LIMITS_ACTIONS_INVOKES_PERMINUTE:                            60
         LIMITS_ACTIONS_INVOKES_CONCURRENT:                           30
         LIMITS_TRIGGERS_FIRES_PERMINUTE:                             60
         LIMITS_ACTIONS_SEQUENCE_MAXLENGTH:                           50
         CONFIG_whisk_timeLimit_min:                                  100ms
         CONFIG_whisk_timeLimit_max:                                  5m
         CONFIG_whisk_timeLimit_std:                                  1m
         CONFIG_whisk_memory_min:                                     128m
         CONFIG_whisk_memory_max:                                     512m
         CONFIG_whisk_memory_std:                                     256m
         CONFIG_whisk_concurrencyLimit_min:                           1
         CONFIG_whisk_concurrencyLimit_max:                           1
         CONFIG_whisk_concurrencyLimit_std:                           1
         CONFIG_whisk_logLimit_min:                                   0m
         CONFIG_whisk_logLimit_max:                                   10m
         CONFIG_whisk_logLimit_std:                                   10m
         CONFIG_whisk_activation_payload_max:                         1048576
         WHISK_LOGS_DIR:
         CONFIG_whisk_info_date:                                      <set to the k
         CONFIG_whisk_couchdb_username:                               <set to the k
         CONFIG_whisk_couchdb_password:                               <set to the k
         CONFIG_whisk_couchdb_port:                                   <set to the k
         CONFIG_whisk_couchdb_protocol:                               <set to the k
         CONFIG_whisk_couchdb_host:                                   owdev-couchdb
         CONFIG_whisk_couchdb_provider:                               <set to the k
         CONFIG_whisk_couchdb_databases_WhiskActivation:              <set to the k
         CONFIG_whisk_couchdb_databases_WhiskEntity:                  <set to the k
         CONFIG_whisk_couchdb_databases_WhiskAuth:                    <set to the k
         KAFKA_HOSTS:                                                 owdev-kafka-0
         CONFIG_whisk_kafka_replicationFactor:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs:
         CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes:
         CONFIG_whisk_kafka_topics_completed_retentionBytes:
         CONFIG_whisk_kafka_topics_completed_retentionMs:
         CONFIG_whisk_kafka_topics_completed_segmentBytes:
         CONFIG_whisk_kafka_topics_events_retentionBytes:
         CONFIG_whisk_kafka_topics_events_retentionMs:
         CONFIG_whisk_kafka_topics_events_segmentBytes:
         CONFIG_whisk_kafka_topics_health_retentionBytes:
         CONFIG_whisk_kafka_topics_health_retentionMs:
         CONFIG_whisk_kafka_topics_health_segmentBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionMs:
         CONFIG_whisk_kafka_topics_invoker_segmentBytes:
         ZOOKEEPER_HOSTS:                                             owdev-zookeep
       Mounts:
         /containers from dockerrootdir (rw)
         /invoker-scripts/configureDNS.sh from scripts-dir (rw,path="configureDNS.s
         /run/runc from runc (rw)
         /sys/fs/cgroup from cgroup (rw)
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     cgroup:
       Type:          HostPath (bare host directory volume)
       Path:          /sys/fs/cgroup
       HostPathType:
     runc:
       Type:          HostPath (bare host directory volume)
       Path:          /run/runc
       HostPathType:
     dockerrootdir:
       Type:          HostPath (bare host directory volume)
       Path:          /var/lib/docker/containers
       HostPathType:
     dockersock:
       Type:          HostPath (bare host directory volume)
       Path:          /var/run/docker.sock
       HostPathType:
     scripts-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-invoker-scripts
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/disk-pressure:NoSchedule
                    node.kubernetes.io/memory-pressure:NoSchedule
                    node.kubernetes.io/not-ready:NoExecute
                    node.kubernetes.io/unreachable:NoExecute
                    node.kubernetes.io/unschedulable:NoSchedule
                    openwhisk-role=invoker:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-invoker-sgl7h
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:16:55 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=9f7654cd4
                   heritage=Tiller
                   name=owdev-invoker
                   pod-template-generation=1
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.206
   Controlled By:  DaemonSet/owdev-invoker
   Init Containers:
     docker-pull-runtimes:
       Container ID:  docker://e8058ebfff9c5798ebbc7d51c3b5ec512a469a02ac1745e5f0c5
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /usr/local/bin/ansible-playbook
         /invoker-scripts/playbook.yml
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:16:56 +0000
         Finished:     Tue, 12 Nov 2019 06:17:29 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         RUNTIMES_MANIFEST:  {
                                 "runtimes": {
                                     "nodejs": [
                                         {
                                             "kind": "nodejs:6",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "nodejs6action",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:8",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v8",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:10",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v10",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "stemCells": [
                                                 {
                                                     "count": 2,
                                                     "memory": "256 MB"
                                                 }
                                             ]
                                         },
                                         {
                                             "kind": "nodejs:12",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v12",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "python": [
                                         {
                                             "kind": "python:2",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python2action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "python:3",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python3action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "swift": [
                                         {
                                             "kind": "swift:4.2",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-swift-v4.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "java": [
                                         {
                                             "kind": "java:8",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "java8action",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "jarfile",
                                                 "attachmentType": "application/jav
                                             },
                                             "requireMain": true
                                         }
                                     ],
                                     "php": [
                                         {
                                             "kind": "php:7.3",
                                             "default": true,
                                             "deprecated": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-php-v7.3",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ruby": [
                                         {
                                             "kind": "ruby:2.5",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ruby-v2.5",
                                                 "tag": "1.13.0-incubating"
                                             }
                                         }
                                     ],
                                     "go": [
                                         {
                                             "kind": "go:1.11",
                                             "default": true,
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-golang-v1.11",
                                                 "tag": "1.14.0"
                                             }
                                         }
                                     ],
                                     "dotnet": [
                                         {
                                             "kind": "dotnet:2.2",
                                             "default": true,
                                             "deprecated": false,
                                             "requireMain": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-dotnet-v2.2",
                                                 "tag": "1.13.0-incubating"
                                             },
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "ballerina": [
                                         {
                                             "kind": "ballerina:0.990",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-ballerina-v0.990.2
                                                 "tag": "nightly"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ]
                                 },
                                 "blackboxes": [
                                     {
                                         "prefix": "openwhisk",
                                         "name": "dockerskeleton",
                                         "tag": "1.13.0-incubating"
                                     }
                                 ]
                             }
   
       Mounts:
         /invoker-scripts/playbook.yml from scripts-dir (rw,path="playbook.yml")
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
     wait-for-controller:
       Container ID:  docker://120d436ebf568bed1c08657b425653e7f703953777d97b4b210b
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:17:30 +0000
         Finished:     Tue, 12 Nov 2019 06:17:31 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     invoker:
       Container ID:  docker://35094be4079fdf9696eed78aebf320b47f758d858c26f98f22ee
       Image:         openwhisk/invoker:nightly
       Image ID:      docker-pullable://openwhisk/invoker@sha256:9a3adf94f839dcadbf
       Port:          8080/TCP
       Host Port:     0/TCP
       Command:
         /bin/bash
         -c
         . /invoker-scripts/configureDNS.sh && /init.sh --uniqueName $INVOKER_NAME
       State:          Running
         Started:      Tue, 12 Nov 2019 06:17:37 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         PORT:                                                        8080
         WHISK_API_HOST_PROTO:                                        <set to the k
         WHISK_API_HOST_PORT:                                         <set to the k
         WHISK_API_HOST_NAME:                                         <set to the k
         CONFIG_whisk_docker_containerFactory_useRunc:                false
         CONFIG_whisk_containerPool_userMemory:                       2048m
         CONFIG_whisk_containerFactory_containerArgs_network:         bridge
         CONFIG_whisk_containerFactory_containerArgs_extraEnvVars_0:  __OW_ALLOW_CO
         CONFIG_whisk_containerFactory_runtimesRegistry_url:
         INVOKER_NAME:                                                 (v1:spec.nod
         JAVA_OPTS:                                                   -Xmx512M
         INVOKER_OPTS:                                                 -Dwhisk.spi.actoryProvider
         RUNTIMES_MANIFEST:                                           {
                                                                          "runtimes
                                                                              "node
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "pyth
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "swif
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "java
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "php"
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ruby
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "go":
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "dotn
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ball
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ]
                                                                          },
                                                                          "blackbox
                                                                              {
                                                                                  "
                                                                                  "
                                                                                  "
                                                                              }
                                                                          ]
                                                                      }
   
         LIMITS_ACTIONS_INVOKES_PERMINUTE:                            60
         LIMITS_ACTIONS_INVOKES_CONCURRENT:                           30
         LIMITS_TRIGGERS_FIRES_PERMINUTE:                             60
         LIMITS_ACTIONS_SEQUENCE_MAXLENGTH:                           50
         CONFIG_whisk_timeLimit_min:                                  100ms
         CONFIG_whisk_timeLimit_max:                                  5m
         CONFIG_whisk_timeLimit_std:                                  1m
         CONFIG_whisk_memory_min:                                     128m
         CONFIG_whisk_memory_max:                                     512m
         CONFIG_whisk_memory_std:                                     256m
         CONFIG_whisk_concurrencyLimit_min:                           1
         CONFIG_whisk_concurrencyLimit_max:                           1
         CONFIG_whisk_concurrencyLimit_std:                           1
         CONFIG_whisk_logLimit_min:                                   0m
         CONFIG_whisk_logLimit_max:                                   10m
         CONFIG_whisk_logLimit_std:                                   10m
         CONFIG_whisk_activation_payload_max:                         1048576
         WHISK_LOGS_DIR:
         CONFIG_whisk_info_date:                                      <set to the k
         CONFIG_whisk_couchdb_username:                               <set to the k
         CONFIG_whisk_couchdb_password:                               <set to the k
         CONFIG_whisk_couchdb_port:                                   <set to the k
         CONFIG_whisk_couchdb_protocol:                               <set to the k
         CONFIG_whisk_couchdb_host:                                   owdev-couchdb
         CONFIG_whisk_couchdb_provider:                               <set to the k
         CONFIG_whisk_couchdb_databases_WhiskActivation:              <set to the k
         CONFIG_whisk_couchdb_databases_WhiskEntity:                  <set to the k
         CONFIG_whisk_couchdb_databases_WhiskAuth:                    <set to the k
         KAFKA_HOSTS:                                                 owdev-kafka-0
         CONFIG_whisk_kafka_replicationFactor:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs:
         CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes:
         CONFIG_whisk_kafka_topics_completed_retentionBytes:
         CONFIG_whisk_kafka_topics_completed_retentionMs:
         CONFIG_whisk_kafka_topics_completed_segmentBytes:
         CONFIG_whisk_kafka_topics_events_retentionBytes:
         CONFIG_whisk_kafka_topics_events_retentionMs:
         CONFIG_whisk_kafka_topics_events_segmentBytes:
         CONFIG_whisk_kafka_topics_health_retentionBytes:
         CONFIG_whisk_kafka_topics_health_retentionMs:
         CONFIG_whisk_kafka_topics_health_segmentBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionMs:
         CONFIG_whisk_kafka_topics_invoker_segmentBytes:
         ZOOKEEPER_HOSTS:                                             owdev-zookeep
       Mounts:
         /containers from dockerrootdir (rw)
         /invoker-scripts/configureDNS.sh from scripts-dir (rw,path="configureDNS.s
         /run/runc from runc (rw)
         /sys/fs/cgroup from cgroup (rw)
         /var/run/docker.sock from dockersock (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     cgroup:
       Type:          HostPath (bare host directory volume)
       Path:          /sys/fs/cgroup
       HostPathType:
     runc:
       Type:          HostPath (bare host directory volume)
       Path:          /run/runc
       HostPathType:
     dockerrootdir:
       Type:          HostPath (bare host directory volume)
       Path:          /var/lib/docker/containers
       HostPathType:
     dockersock:
       Type:          HostPath (bare host directory volume)
       Path:          /var/run/docker.sock
       HostPathType:
     scripts-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-invoker-scripts
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/disk-pressure:NoSchedule
                    node.kubernetes.io/memory-pressure:NoSchedule
                    node.kubernetes.io/not-ready:NoExecute
                    node.kubernetes.io/unreachable:NoExecute
                    node.kubernetes.io/unschedulable:NoSchedule
                    openwhisk-role=invoker:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-kafka-0
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=owdev-kafka-66b7cfcc8f
                   heritage=Tiller
                   name=owdev-kafka
                   release=owdev
                   statefulset.kubernetes.io/pod-name=owdev-kafka-0
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.173
   Controlled By:  StatefulSet/owdev-kafka
   Init Containers:
     wait-for-zookeeper:
       Container ID:  docker://e82b2e3aa7ec4736990f1093043d77398f469b9a4ae9d3997b18
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do OK=$(echo ruok | nc -w 1 owdev-zookeesult=0; echo "zookeeper returned imok!"; else echo waiting for zookeeper to be
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:40 +0000
         Finished:     Tue, 12 Nov 2019 06:03:11 +0000
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     kafka:
       Container ID:  docker://9d5b5c9b23db00292eb3dd98a93eb66678429950bff331605330
       Image:         wurstmeister/kafka:0.11.0.1
       Image ID:      docker-pullable://wurstmeister/kafka@sha256:93706c99788c00d9f
       Port:          9092/TCP
       Host Port:     0/TCP
       Command:
         /bin/bash
         -c
         export KAFKA_BROKER_ID=`hostname | awk -F '-' '{print $NF}'`; export KAFKA
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:12 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         KAFKA_ADVERTISED_PORT:    9092
         KAFKA_ZOOKEEPER_CONNECT:  owdev-zookeeper-0.owdev-zookeeper.openwhisk.svc.
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-kafkaprovider-cd5589d87-vbrk6
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-kafkaprovider
                   pod-template-hash=cd5589d87
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.82
   Controlled By:  ReplicaSet/owdev-kafkaprovider-cd5589d87
   Init Containers:
     wait-for-controller:
       Container ID:  docker://808afc3d6925b81e32d5551f436e4c273eee5e44efb748d505dd
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:45 +0000
         Finished:     Tue, 12 Nov 2019 06:03:52 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     kafkaprovider:
       Container ID:   docker://77cf40458acf430911a05e2f56ce83729f925ce1b972ade829b
       Image:          openwhisk/kafkaprovider:2.0.0-incubating
       Image ID:       docker-pullable://openwhisk/kafkaprovider@sha256:ad2ae728ee3
       Port:           8080/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:52 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         DB_URL:         <set to the key 'db_url' of config map 'owdev-db.config'>
         DB_USER:        <set to the key 'db_username' in secret 'owdev-db.auth'>
         DB_PASS:        <set to the key 'db_password' in secret 'owdev-db.auth'>
         DB_PREFIX:      kp
         LOCAL_DEV:      true
         ROUTER_HOST:    <set to the key 'whisk_api_host_nameAndPort' of config map
         ENDPOINT_AUTH:  <set to the key 'whisk_api_host_nameAndPort' of config map
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-nginx-75d6d485bb-84rpt
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-nginx
                   pod-template-hash=75d6d485bb
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.229
   Controlled By:  ReplicaSet/owdev-nginx-75d6d485bb
   Containers:
     nginx:
       Container ID:   docker://bc7621535fb5798cfee8e31070698353dd6c56e5d6328093e2b
       Image:          nginx:1.15
       Image ID:       docker-pullable://nginx@sha256:23b4dcdf0d34d4a129755fc6f52e1
       Ports:          80/TCP, 443/TCP
       Host Ports:     0/TCP, 0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:41 +0000
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /etc/nginx/certs from nginx-certs (rw)
         /etc/nginx/nginx.conf from nginx-conf (rw,path="nginx.conf")
         /logs from logs (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     nginx-certs:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  owdev-nginx
       Optional:    false
     nginx-conf:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-nginx
       Optional:  false
     logs:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:
       SizeLimit:  <unset>
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=edge:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-redis-5dc4558546-f65p5
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-redis
                   pod-template-hash=5dc4558546
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.77
   Controlled By:  ReplicaSet/owdev-redis-5dc4558546
   Containers:
     redis:
       Container ID:   docker://2aabd5dd919b5c359cf1fce98cb90bc3ca2adca03879dc18e6c
       Image:          redis:4.0
       Image ID:       docker-pullable://redis@sha256:cec5a7380743294ad8f1eb641cbf7
       Port:           6379/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:39 +0000
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:         owdev-wskadmin
   Namespace:    openwhisk
   Priority:     0
   Node:         ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:   Tue, 12 Nov 2019 06:02:37 +0000
   Labels:       app=owdev-openwhisk
                 chart=openwhisk-0.1.7
                 heritage=Tiller
                 name=owdev-wskadmin
                 release=owdev
   Annotations:  <none>
   Status:       Running
   IP:           10.0.102.79
   Containers:
     wskadmin:
       Container ID:  docker://5ae51ff7eb41598fcb7a826bf43bebb5b287a9f412d6ed8fe309
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /bin/bash
         -c
         tail -f /dev/null
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:42 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         WHISK_LOGS_DIR:        /var/log
         DB_HOST:               <set to the key 'db_host' of config map 'owdev-db.c
         DB_PROTOCOL:           <set to the key 'db_protocol' of config map 'owdev-
         DB_PORT:               <set to the key 'db_port' of config map 'owdev-db.c
         DB_USERNAME:           <set to the key 'db_username' in secret 'owdev-db.a
         DB_PASSWORD:           <set to the key 'db_password' in secret 'owdev-db.a
         DB_WHISK_ACTIONS:      <set to the key 'db_whisk_actions' of config map 'o
         DB_WHISK_AUTHS:        <set to the key 'db_whisk_auths' of config map 'owd
         DB_WHISK_ACTIVATIONS:  <set to the key 'db_whisk_activations' of config ma
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-zookeeper-0
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=owdev-zookeeper-6b55d86f96
                   heritage=Tiller
                   name=owdev-zookeeper
                   release=owdev
                   statefulset.kubernetes.io/pod-name=owdev-zookeeper-0
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.78
   Controlled By:  StatefulSet/owdev-zookeeper
   Containers:
     zookeeper:
       Container ID:  docker://6337b77452a95bec2e7e6a64dbcca4a7ee798ed5bc0029fc5bdd
       Image:         zookeeper:3.4
       Image ID:      docker-pullable://zookeeper@sha256:d970ce8be78c755c4168250085
       Ports:         2181/TCP, 2888/TCP, 3888/TCP
       Host Ports:    0/TCP, 0/TCP, 0/TCP
       Command:
         /bin/bash
         -c
         hostname -s | awk -F '-' '{print $NF}'> /data/myid; cat /data/myid; cat /c
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:42 +0000
       Ready:          True
       Restart Count:  0
       Liveness:       tcp-socket :2181 delay=5s timeout=1s period=10s #success=1 #
       Readiness:      exec [/bin/bash -c echo ruok | nc -w 1 localhost 2181 | grep
       Environment:    <none>
       Mounts:
         /conf from zk-config (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     zk-config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-zookeeper
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   lxx@lxx-k8s:~$
   lxx@lxx-k8s:~$
   lxx@lxx-k8s:~$
   lxx@lxx-k8s:~$
   lxx@lxx-k8s:~$ kubectl describe pods > log
   lxx@lxx-k8s:~$ vim log
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
   "log" 3054L, 197065C
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
   "log" 3054L, 197065C
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         result=1; until [ $result -eq 0 ]; do echo 'Checking controller readiness' is ready'
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
   "log" 3054L, 197065C
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
         Finished:     Tue, 12 Nov 2019 06:03:50 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     alarmprovider:
       Container ID:   docker://65777e05f6dcf6703e29899a1289b449d5dfe93fb9b72acb358
       Image:          openwhisk/alarmprovider:2.0.0-incubating
       Image ID:       docker-pullable://openwhisk/alarmprovider@sha256:51b9c34c7d3
       Port:           8080/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:51 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         DB_PROTOCOL:    <set to the key 'db_protocol' of config map 'owdev-db.conf
         DB_HOST:        <set to the key 'db_host_port' of config map 'owdev-db.con
         DB_USERNAME:    <set to the key 'db_username' in secret 'owdev-db.auth'>
         DB_PASSWORD:    <set to the key 'db_password' in secret 'owdev-db.auth'>
         DB_PREFIX:      alm
         ROUTER_HOST:    <set to the key 'whisk_api_host_nameAndPort' of config map
         ENDPOINT_AUTH:  <set to the key 'whisk_api_host_nameAndPort' of config map
       Mounts:
         /logs from alarm-logs (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     alarm-logs:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:
       SizeLimit:  <unset>
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-apigateway-7449867c85-82t9d
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-apigateway
                   pod-template-hash=7449867c85
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.148
   Controlled By:  ReplicaSet/owdev-apigateway-7449867c85
   Containers:
     apigateway:
       Container ID:   docker://9b37e3d6c185b941dedde74f68d8a62f441c42ca44c2f75888c
       Image:          openwhisk/apigateway:0.11.0
       Image ID:       docker-pullable://openwhisk/apigateway@sha256:b553af1b153880
       Ports:          8080/TCP, 9000/TCP
       Host Ports:     0/TCP, 0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:41 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         REDIS_HOST:          owdev-redis.openwhisk.svc.cluster.local
         REDIS_PORT:          6379
         PUBLIC_GATEWAY_URL:  <set to the key 'whisk_api_host_url' of config map 'o
         BACKEND_HOST:        <set to the key 'whisk_api_host_url' of config map 'o
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-cloudantprovider-5b86d9ffc6-ssg5h
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-cloudantprovider
                   pod-template-hash=5b86d9ffc6
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.171
   Controlled By:  ReplicaSet/owdev-cloudantprovider-5b86d9ffc6
   Init Containers:
     wait-for-controller:
       Container ID:  docker://d4a490c0eb931634a6bac21a02088826a91b5f75e7aa842d16d5
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:39 +0000
         Finished:     Tue, 12 Nov 2019 06:03:52 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/p
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     cloudantprovider:
       Container ID:   docker://fd4be601092e96d2b030a4b3a537b1a5ce0b338a9fb85723b38
       Image:          openwhisk/cloudantprovider:2.0.0-incubating
       Image ID:       docker-pullable://openwhisk/cloudantprovider@sha256:914e7443
       Port:           8080/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:53 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         DB_PROTOCOL:    <set to the key 'db_protocol' of config map 'owdev-db.conf
         DB_HOST:        <set to the key 'db_host_port' of config map 'owdev-db.con
         DB_USERNAME:    <set to the key 'db_username' in secret 'owdev-db.auth'>
         DB_PASSWORD:    <set to the key 'db_password' in secret 'owdev-db.auth'>
         DB_PREFIX:      cldt
         ROUTER_HOST:    <set to the key 'whisk_api_host_nameAndPort' of config map
         ENDPOINT_AUTH:  <set to the key 'whisk_api_host_nameAndPort' of config map
       Mounts:
         /logs from cloudant-logs (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     cloudant-logs:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
   Events:          <none>
   
   
   Name:           owdev-controller-0
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=owdev-controller-74cbb9884f
                   heritage=Tiller
                   statefulset.kubernetes.io/pod-name=owdev-controller-0
   Annotations:    <none>
   Status:         Running
   Init Containers:
     wait-for-kafka:
       Container ID:  docker://03bea8101e0c15080283a2292821a27e4308887522b0fcb2c98c
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:40 +0000
         Finished:     Tue, 12 Nov 2019 06:03:21 +0000
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
     wait-for-couchdb:
       Container ID:  docker://328c6f6754c3dcdb22de4d072f0c987468b20fe72632b548ab19
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:03:22 +0000
         Finished:     Tue, 12 Nov 2019 06:03:25 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-couchdb.openwhisk.svc.cluster.local:5984/ow_k
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
   Containers:
     controller:
       Container ID:  docker://0d414adb29dc5c3f928dcff1832bdcbd7f6131bb0dcd381fdbbb
       Image:         openwhisk/controller:nightly
       Image ID:      docker-pullable://openwhisk/controller@sha256:12d8cc1942b913a
       Ports:         8080/TCP, 2552/TCP, 19999/TCP
       Host Ports:    0/TCP, 0/TCP, 0/TCP
       Command:
         /bin/bash
         -c
         /init.sh `hostname | awk -F '-' '{print $NF}'`
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:28 +0000
       Ready:          True
       Restart Count:  0
       Liveness:       http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Readiness:      http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Environment:
         PORT:                                                        8080
       State:          Running
         Started:      Tue, 12 Nov 2019 06:03:28 +0000
       Ready:          True
       Restart Count:  0
       Liveness:       http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Readiness:      http-get http://:8080/ping delay=10s timeout=1s period=10s #
       Environment:
         PORT:                                                        8080
         TZ:                                                          UTC
         CONFIG_whisk_info_date:                                      <set to the k
         CONFIG_whisk_info_buildNo:                                   <set to the k
         JAVA_OPTS:                                                   -Xmx1024M
         CONTROLLER_OPTS:
         RUNTIMES_MANIFEST:                                           {
                                                                          "runtimes
                                                                              "node
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "pyth
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "swif
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "java
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "php"
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ruby
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "go":
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "dotn
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ],
                                                                              "ball
                                                                                  {
   
   
   
   
   
   
   
   
   
   
   
   
                                                                                  }
                                                                              ]
                                                                          },
                                                                          "blackbox
                                                                              {
                                                                                  "
                                                                                  "
                                                                                  "
                                                                              }
                                                                          ]
                                                                      }
   
         LIMITS_ACTIONS_INVOKES_PERMINUTE:                            60
         LIMITS_ACTIONS_INVOKES_CONCURRENT:                           30
         LIMITS_TRIGGERS_FIRES_PERMINUTE:                             60
         LIMITS_ACTIONS_SEQUENCE_MAXLENGTH:                           50
         CONFIG_whisk_timeLimit_min:                                  100ms
         CONFIG_whisk_timeLimit_max:                                  5m
         CONFIG_whisk_timeLimit_std:                                  1m
         CONFIG_whisk_memory_min:                                     128m
         CONFIG_whisk_memory_max:                                     512m
         CONFIG_whisk_memory_std:                                     256m
         CONFIG_whisk_concurrencyLimit_min:                           1
         CONFIG_whisk_concurrencyLimit_max:                           1
         CONFIG_whisk_concurrencyLimit_std:                           1
         CONFIG_whisk_logLimit_min:                                   0m
         CONFIG_whisk_logLimit_max:                                   10m
         CONFIG_whisk_logLimit_std:                                   10m
         CONFIG_whisk_activation_payload_max:                         1048576
         CONFIG_whisk_loadbalancer_blackboxFraction:                  10%
         CONFIG_whisk_loadbalancer_timeoutFactor:                     2
         KAFKA_HOSTS:                                                 owdev-kafka-0
         CONFIG_whisk_kafka_replicationFactor:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes:
         CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs:
         CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes:
         CONFIG_whisk_kafka_topics_completed_retentionBytes:
         CONFIG_whisk_kafka_topics_completed_retentionMs:
         CONFIG_whisk_kafka_topics_completed_segmentBytes:
         CONFIG_whisk_kafka_topics_events_retentionBytes:
         CONFIG_whisk_kafka_topics_events_retentionMs:
         CONFIG_whisk_kafka_topics_events_segmentBytes:
         CONFIG_whisk_kafka_topics_health_retentionBytes:
         CONFIG_whisk_kafka_topics_health_retentionMs:
         CONFIG_whisk_kafka_topics_health_segmentBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionBytes:
         CONFIG_whisk_kafka_topics_invoker_retentionMs:
         CONFIG_whisk_kafka_topics_invoker_segmentBytes:
         CONFIG_whisk_couchdb_username:                               <set to the k
         CONFIG_whisk_couchdb_password:                               <set to the k
         CONFIG_whisk_couchdb_port:                                   <set to the k
         CONFIG_whisk_couchdb_protocol:                               <set to the k
         CONFIG_whisk_couchdb_host:                                   owdev-couchdb
         CONFIG_whisk_couchdb_provider:                               <set to the k
         CONFIG_whisk_couchdb_databases_WhiskActivation:              <set to the k
         CONFIG_whisk_couchdb_databases_WhiskEntity:                  <set to the k
         CONFIG_whisk_couchdb_databases_WhiskAuth:                    <set to the k
         CONTROLLER_INSTANCES:                                        1
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from owdev-core-token-pvs9r
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     owdev-core-token-pvs9r:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  owdev-core-token-pvs9r
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-couchdb-774db95f5b-7kfrm
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-couchdb
                   pod-template-hash=774db95f5b
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.240
   Controlled By:  ReplicaSet/owdev-couchdb-774db95f5b
   Containers:
     couchdb:
       Container ID:   docker://9a2b14d0dcb36a40f29046d214702a483ff4f8e9d1377481a6f
       Image:          apache/couchdb:2.3
       Image ID:       docker-pullable://apache/couchdb@sha256:9fa44ca2bca280d0a611
       Port:           5984/TCP
       Host Port:      0/TCP
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:43 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         COUCHDB_USER:      <set to the key 'db_username' in secret 'owdev-db.auth'
         COUCHDB_PASSWORD:  <set to the key 'db_password' in secret 'owdev-db.auth'
         NODENAME:          couchdb0
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   
   
   Name:           owdev-init-couchdb-w82x6
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-uid=07b496ec-0512-11ea-bd1c-06d98b7af9e6
                   heritage=Tiller
                   job-name=owdev-init-couchdb
                   name=owdev-init-couchdb
                   release=owdev
   Annotations:    <none>
   Status:         Succeeded
   IP:             10.0.102.206
   Controlled By:  Job/owdev-init-couchdb
   Containers:
     init-couchdb:
       Container ID:  docker://18d192f71be972a835a33aa15560f74ee47b832837cedbef8acb
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /bin/bash
         -c
         set -e; . /task/initdb.sh
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:46 +0000
         Finished:     Tue, 12 Nov 2019 06:03:24 +0000
       Ready:          False
       Restart Count:  0
       Environment:
         DB_PROTOCOL:           <set to the key 'db_protocol' of config map 'owdev-
         DB_HOST:               <set to the key 'db_host' of config map 'owdev-db.c
         DB_PORT:               <set to the key 'db_port' of config map 'owdev-db.c
         DB_PREFIX:             <set to the key 'db_prefix' of config map 'owdev-db
         COUCHDB_USER:          <set to the key 'db_username' in secret 'owdev-db.a
         COUCHDB_PASSWORD:      <set to the key 'db_password' in secret 'owdev-db.a
         NODENAME:              couchdb0
         OW_GIT_TAG_OPENWHISK:  81ac503f7efc8ee99ea1a37ef9ec3d6163d96c85
       Mounts:
         /etc/whisk-auth from whisk-auth (rw)
         /task/initdb.sh from task-dir (rw,path="initdb.sh")
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             False
     ContainersReady   False
     PodScheduled      True
   Volumes:
     task-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-init-couchdb
       Optional:  false
     whisk-auth:
       Type:        Secret (a volume populated by a Secret)
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
   Events:          <none>
   
   
   Name:           owdev-install-packages-7nj75
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-uid=07b4797b-0512-11ea-bd1c-06d98b7af9e6
                   heritage=Tiller
                   job-name=owdev-install-packages
                   name=owdev-install-packages
                   release=owdev
   Annotations:    <none>
   Status:         Succeeded
   IP:             10.0.102.15
   Controlled By:  Job/owdev-install-packages
   Init Containers:
     wait-for-healthy-invoker:
       Container ID:  docker://bed1c35c49ceb27cc2042aa92659434def0d28153345a2a0b735
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:02:45 +0000
         Finished:     Tue, 12 Nov 2019 06:04:04 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         READINESS_URL:  http://owdev-controller.openwhisk.svc.cluster.local:8080/i
       Mounts:
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Containers:
     install-packages:
       Container ID:  docker://803329339b089d801358864eb70d01464d7f93be194d56a6178f
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /bin/bash
         -c
         set -e; . /task/myTask.sh
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:04:05 +0000
         Finished:     Tue, 12 Nov 2019 06:04:57 +0000
       Ready:          False
       Restart Count:  0
       Environment:
         WHISK_AUTH:                             <set to the key 'system' in secret
         WHISK_API_HOST:                         <set to the key 'whisk_api_host_na
         WHISK_SYSTEM_NAMESPACE:                 <set to the key 'whisk_system_name
         WHISK_API_GATEWAY_HOST_V2:              http://$(OWDEV_APIGATEWAY_SERVICE_
         PROVIDER_DB_HOST:                       <set to the key 'db_host' of confi
         PROVIDER_DB_PROTOCOL:                   <set to the key 'db_protocol' of c
         PROVIDER_DB_PORT:                       <set to the key 'db_port' of confi
         PROVIDER_DB_USERNAME:                   <set to the key 'db_username' in s
         PROVIDER_DB_PASSWORD:                   <set to the key 'db_password' in s
         ALARM_DB_PREFIX:                        alm
         CLOUDANT_DB_PREFIX:                     cldt
         KAFKA_DB_PREFIX:                        kp
         OW_INSTALL_ALARM_PROVIDER:              yes
         OW_INSTALL_CLOUDANT_PROVIDER:           yes
         OW_INSTALL_KAFKA_PROVIDER:              yes
         OW_GIT_TAG_OPENWHISK:                   81ac503f7efc8ee99ea1a37ef9ec3d6163
         OW_GIT_TAG_OPENWHISK_CATALOG:           0.10.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_ALARMS:    2.0.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_CLOUDANT:  2.0.0-incubating
         OW_GIT_TAG_OPENWHISK_PACKAGE_KAFKA:     2.0.0-incubating
       Mounts:
         /task/myTask.sh from task-dir (rw,path="myTask.sh")
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             False
     ContainersReady   False
     PodScheduled      True
   Volumes:
     task-dir:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-install-packages-cm
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-invoker-66tqm
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-101-63.ap-northeast-1.compute.internal/10.0.101.63
   Start Time:     Tue, 12 Nov 2019 06:18:48 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   controller-revision-hash=9f7654cd4
                   heritage=Tiller
                   name=owdev-invoker
                   pod-template-generation=1
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.101.122
   Controlled By:  DaemonSet/owdev-invoker
   Init Containers:
     docker-pull-runtimes:
       Container ID:  docker://4b2afb0234e8dbd61cd3a10e0f2719c5e2df23368a873ab8f160
       Image:         openwhisk/ow-utils:81ac503
       Image ID:      docker-pullable://openwhisk/ow-utils@sha256:1fbdda8cac52aa4ce
       Port:          <none>
       Host Port:     <none>
       Command:
         /usr/local/bin/ansible-playbook
         /invoker-scripts/playbook.yml
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Tue, 12 Nov 2019 06:19:16 +0000
         Finished:     Tue, 12 Nov 2019 06:23:00 +0000
       Ready:          True
       Restart Count:  0
       Environment:
         RUNTIMES_MANIFEST:  {
                                 "runtimes": {
                                     "nodejs": [
                                         {
                                             "kind": "nodejs:6",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "nodejs6action",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:8",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v8",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         },
                                         {
                                             "kind": "nodejs:10",
                                             "default": true,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v10",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             },
                                             "stemCells": [
                                                 {
                                                     "count": 2,
                                                     "memory": "256 MB"
                                                 }
                                             ]
                                         },
                                         {
                                             "kind": "nodejs:12",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "action-nodejs-v12",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "python": [
                                         {
                                             "kind": "python:2",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python2action",
                                                 "tag": "2.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
                                                 "name": "action-nodejs-v12",
                                                 "tag": "1.14.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
                                             }
                                         }
                                     ],
                                     "python": [
                                         {
                                             "kind": "python:2",
                                             "default": false,
                                             "image": {
                                                 "prefix": "openwhisk",
                                                 "name": "python2action",
                                                 "tag": "2.13.0-incubating"
                                             },
                                             "deprecated": false,
                                             "attached": {
                                                 "attachmentName": "codefile",
                                                 "attachmentType": "text/plain"
   :%
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       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:          <none>
   
   
   Name:           owdev-zookeeper-0
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                                                                 2991,1        98%
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   -- VISUAL LINE --                                   3054      1,1           Top
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro)
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     zk-config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-zookeeper
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
                                                                 3054,1        Bot
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   -- VISUAL LINE --                                   3054      1,1           Top
   kubectl describe pods
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   ~
   
         -c
         hostname -s | awk -F '-' '{print $NF}'> /data/myid; cat /data/myid; cat /c
       State:          Running
         Started:      Tue, 12 Nov 2019 06:02:42 +0000
       Ready:          True
       Restart Count:  0
       Liveness:       tcp-socket :2181 delay=5s timeout=1s period=10s #success=1 #
       Readiness:      exec [/bin/bash -c echo ruok | nc -w 1 localhost 2181 | grep
       Environment:    <none>
       Mounts:
         /conf from zk-config (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     zk-config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-zookeeper
       Optional:  false
   lxx@lxx-k8s:~$ vim log
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   "log" 3054L, 197065C                                          1,21          Top
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   "log" 3054L, 197065C                                          1,21          Top
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   "log" 3054L, 197065C                                          1,21          Top
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   -- VISUAL LINE --                                   3054      1,1           Top
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro)
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     zk-config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-zookeeper
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
                                                                 3054,1        Bot
   Name:           owdev-alarmprovider-74f4d6555-q472f
   Namespace:      openwhisk
   Priority:       0
   Node:           ip-10-0-102-4.ap-northeast-1.compute.internal/10.0.102.4
   Start Time:     Tue, 12 Nov 2019 06:02:38 +0000
   Labels:         app=owdev-openwhisk
                   chart=openwhisk-0.1.7
                   heritage=Tiller
                   name=owdev-alarmprovider
                   pod-template-hash=74f4d6555
                   release=owdev
   Annotations:    <none>
   Status:         Running
   IP:             10.0.102.17
   Controlled By:  ReplicaSet/owdev-alarmprovider-74f4d6555
   Init Containers:
     wait-for-controller:
       Container ID:  docker://664025cf7eb876d9dc1391d9f9c5465d6bca44d66639527a9ff0ead63ded07fe
       Image:         busybox
       Image ID:      docker-pullable://busybox@sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
       Port:          <none>
   -- VISUAL LINE --                                   3054      1,1           Top
         /var/run/secrets/kubernetes.io/serviceaccount from default-token-8bzfl (ro)
   Conditions:
     Type              Status
     Initialized       True
     Ready             True
     ContainersReady   True
     PodScheduled      True
   Volumes:
     zk-config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      owdev-zookeeper
       Optional:  false
     default-token-8bzfl:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  default-token-8bzfl
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
                    openwhisk-role=core:NoSchedule
   Events:          <none>
   -- VISUAL LINE --                                   3054      3054,24       Bot
    

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


With regards,
Apache Git Services