Closed jodh-intel closed 6 years ago
https://github.com/clearcontainers/proxy/pull/167 has been merged, there is no blocker left for this PR.
Branch updated with some simplifications... and more tests! :smile:
CI is failing due to the API breakage introduced by this PR (CCProxyConfig
has changed).
@jodh-intel then you have to submit the PR on the runtime and point this PR in your commit message.
Hi @sboeuf - please can you take another look?
@jodh-intel yes sure, let me check that right now
@sboeuf - branch updated again.
@jodh-intel thx, let me take a look !
LGTM
Thanks for the PR @jodh-intel, everything looks good now. @sameo could you please take a look before I merge this ?
proxy: Launch one proxy instance per pod
Create a proxy instance for each pod (virtual machine).
Since the proxy is now launched by virtcontainers, it is necessary to specify the path to the proxy binary in the pod configuration.
Fixes #478.