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/08/18 06:58:20 UTC

[GitHub] [openwhisk-deploy-kube] antomor commented on issue #628: wsk cli timeout when trying to connect to ELB on AWS EKS

antomor commented on issue #628:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/628#issuecomment-675294004


   I solved by using the configuration [suggested](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md#configuring-openwhisk-using-ssl-and-elastic-loadbalancers), even if, in my case, I was using a self-signed certificate (for testing-purpose only):
   ```
   whisk:
     ingress:
       awsSSL: "true"
       type: LoadBalancer
       annotations:
         service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
         service.beta.kubernetes.io/aws-load-balancer-ssl-ports: https-api
         service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <arn:aws:iam::server-certificate>
   ```


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