You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/05/19 07:54:40 UTC

[slack-digest] [2019-05-18] #kubernetes

2019-05-18 19:14:49 UTC - Allan MacGregor: I would appreciate some help, I'm trying to deploy to docker + Macos and everything runs good until trying to initialize the software install pod
https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1558206889001200
----
2019-05-18 19:15:02 UTC - Allan MacGregor: ```
==&gt; v1/Pod
NAME            READY  STATUS   RESTARTS  AGE
owdev-wskadmin  1/1    Running  0         7h51m

==&gt; v1/Pod(related)
NAME                                     READY  STATUS     RESTARTS  AGE
owdev-alarmprovider-6577b58c95-z72jd     1/1    Running    0         7h51m
owdev-apigateway-cfc9f5f45-grbxg         1/1    Running    0         7h51m
owdev-cloudantprovider-69c46455c9-dg8w4  1/1    Running    0         7h51m
owdev-controller-0                       1/1    Running    0         7h51m
owdev-couchdb-74b7b46b48-b2qt5           1/1    Running    0         7h51m
owdev-init-couchdb-8bxv8                 0/1    Completed  0         7h51m
owdev-install-packages-pkvff             0/1    Init:0/1   0         7h51m
owdev-kafka-0                            1/1    Running    0         7h50m
owdev-kafkaprovider-68d6d4bb8-b9w8t      1/1    Running    0         7h51m
owdev-nginx-56bb8cfb97-jtrs2             1/1    Running    2         7h51m
owdev-redis-6dbd7d7dbf-tqpmh             1/1    Running    0         7h51m
owdev-zookeeper-0                        1/1    Running    0         7h51m

==&gt; v1/RoleBinding```
https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1558206902001400
----
2019-05-18 19:15:27 UTC - Allan MacGregor: ```
kubectl logs job/owdev-install-packages --namespace=openwhisk
Error from server (BadRequest): container "install-packages" in pod "owdev-install-packages-pkvff" is waiting to start: PodInitializing```
https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1558206927001600
----