I am deploying OpenWhisk in Kubernetes using the helm charts, it works, but I noticed the issues with the external event providers: "the issue is that user action containers created by the DockerContainerFactory are not configured to themselves be able to invoke Kubernetes services"
In the documentation, it says that need either: - use an external couchdb - use a "lower performance" KubernetesContainerFactory - specify the IP of the kube-dns server I do not understand exactly what is the problem, why the KubernetesContainerFactory is lower performance? Also, why using an external couchdb or providing the IP of the DNS server solve this problem? Furthermore, the documentation says to use Kubernetes 1.10 and 1.11, I used 1.13 and apparently works, the fact it now uses CoreDNS may help? -- Michele Sciabarra [email protected]
