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 2020/03/10 19:38:58 UTC

[GitHub] [openwhisk-deploy-kube] berayb opened a new issue #591: Unable to create action 'apimgmt/getApi':

berayb opened a new issue #591: Unable to create action 'apimgmt/getApi':
URL: https://github.com/apache/openwhisk-deploy-kube/issues/591
 
 
   Full error : Unable to create action 'apimgmt/getApi': The connection failed, or timed out. (HTTP status code 413)
   
   ingress config : 
   
   `# Overall configuration of OpenWhisk deployment
   whisk:
     ingress:
       apiHostName: domain
       apiHostPort: 443
       apiHostProto: https
       type: Standard
       domain: domain
       tls:
         enabled: true
         secretenabled: true
         createsecret: false
         secretname: letsencrypt-prod
       annotations:
         nginx.ingress.kubernetes.io/proxy-read-timeout: "75s"
         nginx.ingress.kubernetes.io/client-max-body-size: "100m"
         nginx.ingress.kubernetes.io/proxy-add-headers: |
           serviceName=owdev-controller {
             'X-Request-ID' $request_id;
           }`
   
   wsk namespace list -v works well with https request, also can create actions with wsk commands.
   

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