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/12/12 13:01:25 UTC

[GitHub] [openwhisk-deploy-kube] SchuhMichael commented on issue #509: default ingress proxy-body-size must be expected smaller than allowed payload size for api calls

SchuhMichael commented on issue #509: default ingress proxy-body-size must be expected smaller than allowed payload size for api calls
URL: https://github.com/apache/openwhisk-deploy-kube/issues/509#issuecomment-564997371
 
 
   We have just seen this again, this time after moving the external CouchDB from standalone Docker implementation to a distributed setup on Rancher managed Kubernetes. Again, `/openwhisk/ansible/roles/routemgmt/files/installRouteMgmt.sh` failed to upload the first zipfile `openwhisk/core/routemgmt/getApi/getApi.zip`. It receives an `HTTP 413 error`, which it does not propagate accordingly. 
   The solution again, was to add 
   ` nginx.ingress.kubernetes.io/proxy-body-size: "50m"`
   but this time to the ingress used for the external couchDB installation. 
   Suggestion: propagate 413 error from `installRouteMgmt.sh` to `installPackages/myTask.sh` and from there to logs. It may help to catch some of the TravisCI problems with unknown reasons. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services