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-unsubscr...@openwhisk.apache.org

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

Reply via email to