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 2019/01/18 18:48:02 UTC

[GitHub] dgrove-oss commented on issue #399: Batch job install-packages failing on minikube with "./uninstallRouteMgmt.sh: line 44: -i: command not found"

dgrove-oss commented on issue #399: Batch job install-packages failing on minikube with "./uninstallRouteMgmt.sh: line 44: -i: command not found"
URL: https://github.com/apache/incubator-openwhisk-cli/issues/399#issuecomment-455648467
 
 
   hi.  this is really an issue that belongs in the openwhisk-kube-deploy project.  
   
   I think the install job is failing because the names of values in your mycluster,yaml is out-of-synch with the helm chart.  You have
   ```
       api_host_name: 192.168.99.108
       api_host_port: 31001
   ```
   What you need is 
   ```
       apiHostName: 192.168.99.108
       apiHostPort: 31001
   ```
   
   That is why all the get operations are failing (`https://:31001/api/v1/....` is missing the apiHostName).
   

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