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 2020/03/31 22:22:45 UTC

[GitHub] [openwhisk-deploy-kube] jagan23527001 opened a new issue #596: CouchDB Failed During Git Clone - Access Issue

jagan23527001 opened a new issue #596: CouchDB Failed During Git Clone - Access Issue
URL: https://github.com/apache/openwhisk-deploy-kube/issues/596
 
 
   CouchDB pod getting failed while trying to clone the openwhisk github url. Our Kubernetes doesn't have access to internet,  is there any work around to run the cloud DB without cloning openwhisk github endpoint ?
   
   
   Cloning into '/openwhisk'...
   fatal: unable to access 'https://github.com/apache/openwhisk/': Failed to connect to github.com port 443: Connection timed out
   

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

[GitHub] [openwhisk-deploy-kube] dgrove-oss closed issue #596: CouchDB Failed During Git Clone - Access Issue

Posted by GitBox <gi...@apache.org>.
dgrove-oss closed issue #596: CouchDB Failed During Git Clone - Access Issue
URL: https://github.com/apache/openwhisk-deploy-kube/issues/596
 
 
   

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

[GitHub] [openwhisk-deploy-kube] jagan23527001 commented on issue #596: CouchDB Failed During Git Clone - Access Issue

Posted by GitBox <gi...@apache.org>.
jagan23527001 commented on issue #596: CouchDB Failed During Git Clone - Access Issue
URL: https://github.com/apache/openwhisk-deploy-kube/issues/596#issuecomment-610470307
 
 
   Thanks Dgraove, will go over the other Request. is there a way to pass Proxy Environment variables to the pod through HELM scripts ? 

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

[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #596: CouchDB Failed During Git Clone - Access Issue

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #596: CouchDB Failed During Git Clone - Access Issue
URL: https://github.com/apache/openwhisk-deploy-kube/issues/596#issuecomment-608669141
 
 
   There's nothing currently implemented in the Helm chart to directly help with deploying on clusters without internet connectivity. 
   
   You could bypass this specific issue by configuring the Helm chart to use an external couchdb, but you'll just hit the same issue a few steps later when the job attempts to install the openwhisk-catalog (https://github.com/apache/openwhisk-catalog) from github.
   
   There's an old feature request (#431) with a sketch of what would need to be done in general to support this scenario.

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

[GitHub] [openwhisk-deploy-kube] jagan23527001 commented on issue #596: CouchDB Failed During Git Clone - Access Issue

Posted by GitBox <gi...@apache.org>.
jagan23527001 commented on issue #596: CouchDB Failed During Git Clone - Access Issue
URL: https://github.com/apache/openwhisk-deploy-kube/issues/596#issuecomment-611696202
 
 
   Close this, i added https_proxy to POD Env variable which access git clone.

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