style95 commented on issue #5040: URL: https://github.com/apache/openwhisk/issues/5040#issuecomment-755052021
`ContainerPool` is created as a member variable of `InvokerReactive`. https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L164 OpenWhisk takes advantage of SPI in many places. And `KubernetesContainerFactory` which depends on `KubernetesClient` internally, is instantiated via SPI as well. https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L85 You may find this useful. https://github.com/apache/openwhisk/blob/b00678d30604d0ffb45792fdcd4b61714cfffd1c/docs/spi.md And I recommend using the slack channel for this kind of question instead of opening a new issue. https://openwhisk.apache.org/slack.html ---------------------------------------------------------------- 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]
