When we switched from a single proxy to multi-proxy, we moved the KSM handling from the proxy to the https://github.com/kata-containers/ksm-throttler, and added it to the packaging https://github.com/clearcontainers/packaging/tree/master/ksm-throttler What it appears we did not do was update the .ci install scripts https://github.com/clearcontainers/tests/blob/master/.ci/install_proxy.sh to both stop installing the proxy service files, and to install and start (if necessary) the ksm-throttler. Related to #910 #911 https://github.com/clearcontainers/proxy/pull/177
When we switched from a single proxy to multi-proxy, we moved the KSM handling from the proxy to the https://github.com/kata-containers/ksm-throttler, and added it to the packaging https://github.com/clearcontainers/packaging/tree/master/ksm-throttler
What it appears we did not do was update the .ci install scripts https://github.com/clearcontainers/tests/blob/master/.ci/install_proxy.sh to both stop installing the proxy service files, and to install and start (if necessary) the ksm-throttler.
Related to #910 #911 clearcontainers/proxy#177