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 2022/11/18 14:05:59 UTC

[GitHub] [openwhisk-deploy-kube] obrr-hhx commented on issue #748: Error with Installation

obrr-hhx commented on issue #748:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/748#issuecomment-1320037719

   I also have met this problem, I guess this is about the GFW, so i fix it  through changing the file myTask.sh in the directory `helm/openwhisk/configMapFiles/installPackages/myTask.sh` by setting the npm proxy.
   
   I add the two following command in this file
   `npm config set proxy http://<your proxy ip>:<proxy port>`
   `npm config set registry "http://registry.npmjs.org/"`
   
   and I use the following command to deploy the openwhisk
   `helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f ./deploy/kind/mycluster.yaml`
   
   If you want to do some operations in the install-packages pod, I suggest you use command like
   `kubectl exec --stdin --namespace=openwhisk --tty owdev-install-packages-27snr -- /bin/bash`


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

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org