ZinuoCai commented on issue #5040: URL: https://github.com/apache/openwhisk/issues/5040#issuecomment-756708585
Hello, everyone! I am reading the Invoker's source code. I am a little confused of what ContainerFactoryProvider here refers to. <https://github.com/apache/openwhisk/blob/2c621c0733befdadadb5f25f167fe575d1b15739/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L85> In reference.conf, it points to `org.apache.openwhisk.core.containerpool.docker.DockerContainerFactoryProvider` . But it is not true when I print its class. It shoule be `org.apache.openwhisk.core.containerpool.kubernetes.KubernetesContainerFactory` but I do not understand it. ---------------------------------------------------------------- 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: [email protected]
