Farrrrland commented on issue #760:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/760#issuecomment-1478990130

   Things got weird here actually, I've tried to minimize nginx size limit in 
`mycluster.yaml` and eventually found a package size of ~23M can still be 
successfully uploaded, I guess there might be some problems of the actual usage 
of `mycluster.yaml` file following the instructions in 
[customize-the-deployment](https://github.com/apache/openwhisk-deploy-kube#customize-the-deployment)?
   
   This is how my configuration looks like:
   ```
   whisk:
     ingress:
       type: NodePort
       apiHostName: localhost
       apiHostPort: 31001
       useInternally: false
       annotations:
         nginx.ingress.kubernetes.io/proxy-body-size: "2m"
   
   nginx:
     httpsNodePort: 31001
   
   # disable affinity
   affinity:
     enabled: false
   toleration:
     enabled: false
   invoker:
     options: "-Dwhisk.kubernetes.user-pod-node-affinity.enabled=false"
     # must use KCF as kind uses containerd as its container runtime
     containerFactory:
       impl: "kubernetes"
   
   ```


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