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 2021/10/21 10:13:47 UTC

[GitHub] [openwhisk-deploy-kube] cons0l3 commented on issue #704: Tutorial mycluster.yaml causes Error Loop of "owdev-install-packages" pod

cons0l3 commented on issue #704:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/704#issuecomment-948462674


   I have followed the setup for docker on windows closely and ran into the same issue:
   
   ```whisk:
     ingress:
       type: NodePort
       apiHostName: localhost
       apiHostPort: 31001
       useInternally: false
   
   nginx:
     httpsNodePort: 31001
   
   # A single node cluster; so disable affinity
   affinity:
     enabled: false
   toleration:
     enabled: false
   invoker:
     options: "-Dwhisk.kubernetes.user-pod-node-affinity.enabled=false"
   ```
   
   The install packages pod fails with:
   ```
   install-packages error: Unable to get action 'routemgmt/getApi': Get https://localhost:31001/api/v1/namespaces/whisk.system/actions/routemgmt/getApi?code=f 
   ```
   
   


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