dgrove-oss commented on issue #771:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/771#issuecomment-1835294035

   It looks like I added that logic in 2018.  I think that was early enough 
that Kubernetes was still using Docker as the kubelet container engine (hadn't 
switched to containerd).  We were only deploying the OpenWhisk control plane 
(invoker, controller, Kafka, etc) as proper Kubernetes pods.  All of the user 
action containers were created outside of Kubernetes by having the invoker 
(which was deployed as a DaemonSet -- one invoker per node) going directly to 
Docker on its node and creating the user container.  So I think all that this 
wiring did was to give us a way to pass the docker networking configuration 
into the invoker so it would then pass that information to Docker when it 
created the user containers.
   
   But all of this is pretty hazy to be honest...2018 was a long time ago :( 


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to