2020-05-07 22:28:15 UTC - Lixiang Ao: Hi all, I follow the docs to deploy OW to EKS. `helm install` seems succeeded. However, using wsk gives http 403 forbidden error. https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1588890495022100 ---- 2020-05-07 22:31:31 UTC - Lixiang Ao: I can think of 2 possible causes of the problem. First, kubernetes was not created correctly. Is there any special parameters needed when creating the cluster? I followed the EKS example in <https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html> (Cluster with Linux-only workloads). But `kubectl get services -o wide` shows the cluster has no external ip. I had to manually modify the type to LoadBalancer by `kubectl edit svc` . Second, the doc says upload and use the certificate created when building OW. However, building OW only creates the private key. I had to create the certificate using the private key. Could that be the problem? https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1588890691024900 ----