2019-04-02 09:18:48 UTC - Neeraj Laad: @Beth Yes, we have installed OpenWhisk on ICP 3.1.1 using the Helm chart. What issue are you facing with hte install? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1554196728048700?thread_ts=1554152578.046700&cid=C3TPCAQG1 ---- 2019-04-02 12:55:48 UTC - Michele Sciabarra: @Vikash you buit a docker image with the Python that executes a main this has nothing to do with the way OpenWhisk works. Read this: <https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-python.md>. You shoud use an existing runtime. Also use a virtualenv instead of adding your libraries. If you really want to use a docker image extended you should extend the existing and keep using the proxy as entry point https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1554209748050600 ---- 2019-04-02 14:48:56 UTC - Beth: @Neeraj Laad great. the init-couchdb pod is failing to start with this error
Cloning into '/openwhisk'... fatal: unable to access '<https://github.com/apache/incubator-openwhisk/>': Failed to connect to <http://github.com|github.com> port 443: Connection timed out I need to set up proxies to work inside the pod. but how do I specify that? I cannot find it in the chart configurations. Thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1554216536051500?thread_ts=1554152578.046700&cid=C3TPCAQG1 ----