You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/23 18:45:24 UTC

[GitHub] Tabrizian opened a new issue #321: Deployment using helm seems to fail

Tabrizian opened a new issue #321: Deployment using helm seems to fail
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/321
 
 
   Hello,
   
   I've tried to install OpenWhisk using Helm. But all of the services don't become available. Here is the output of my ```myvalues.yaml``` and ```kubectl get pods -n openwhisk```.
   
   ```yaml
   whisk:
     ingress:
       type: NodePort
       api_host_name: 172.25.21.82
       api_host_port: 31001
   ```
   
   ```
   NAME                          READY   STATUS     RESTARTS   AGE
   apigateway-7d6b597cd7-9fdgz   1/1     Running    0          7h56m
   controller-0                  0/1     Init:1/2   0          7h56m
   couchdb-54554d67b6-5jjpc      1/1     Running    0          7h56m
   init-couchdb-5gvll            0/1     Error      0          7h54m
   init-couchdb-w6rzx            0/1     Error      0          7h56m
   invoker-k5b8s                 0/1     Init:0/2   0          7h56m
   invoker-qxk9l                 0/1     Init:0/2   0          7h56m
   kafka-0                       1/1     Running    2          7h56m
   nginx-cddd5f886-7fhb7         1/1     Running    0          7h56m
   redis-796c59d997-96r2h        1/1     Running    0          7h56m
   zookeeper-0                   1/1     Running    0          7h56m
   ```
   
   Also, this is the log files for the ```init-couchdb-5gvll``` pod.
   
   ```
   Cloning into '/openwhisk'...
   fatal: unable to access 'https://github.com/apache/incubator-openwhisk/': Failed to connect to github.com port 443: Connection refused
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services