Closed jodh-intel closed 6 years ago
Tested locally to ensure it is possible to run a system-level cc-proxy
instance plus pod-level instances.
@jodh-intel oh ok so you mean with this patch, we can still use the proxy as a single instance ?
Hi @sboeuf - yes, we can retain the systemd-spawned instance for the time being, then remove that functionality later. This multi-step process allows us to keep disruption to a minimum. See https://github.com/clearcontainers/runtime/issues/795.
@jodh-intel that's perfect to go step by step, I agree we don't want to break everyhting :)
kubernetes qa-passed 👍
LGTM
@amshinde please take a look and merge this so that we can move forward with https://github.com/containers/virtcontainers/pull/483
Allow the proxy to be run for a single pod.
This branch allows multiple proxies to be run on a single system, one per pod. Note that it also permits this behaviour even when the proxy is run as a system-level systemd service.