2021-04-29 20:51:33 UTC - Bilal: Hey folks, I'm trying to use `openwhisk-deloy-kube` to deploy to amazon EKS. I have been using openwhisk with an on-prem kube cluster for about 1 year now, so I have some familiarity with the system. What's the expected error when I don't have certs in place according to these instructions? <https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md>
Getting several errors and wan to make sure I'm chasing the right solution. ```kube-system Warning DNSConfigForming aws-node-XXXX Nameserver limits were exceeded, some nameservers have been omitted, the applied nameserver line i``` and this is errors I see on OW zookeeper, redis, invoker, etc. ```MY_NAMESPACE Warning FailedCreatePodSandBox MY_NAMESPACE-zookeeper-0 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "62f1cf5b208e8ba44b86d16708ae3a4465ebd7bbd4b80e7617d85f8192b8c9ac" network for pod "MY_NAMESPACE-zookeeper-0": networkPlugin cni failed to set up pod "MY_NAMESPACE-zookeeper-0_MY_NAMESPACE" network: add cmd: failed to assign an IP address to container``` https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1619729493013900 ----