agent icon indicating copy to clipboard operation
agent copied to clipboard

Virtual Machine agent for hardware virtualized containers

Results 25 agent issues
Sort by recently updated
recently updated
newest added

Latest image generated by osbuilder are failing because failed to copy users stateless file to `/etc`. We dont document we minimal requirements for the agent. - Storage ( minimal ,...

Explain the agent protocol and supported commands.

in progress

Instead of having our hyperstart implementation in virtcontainers relying on a pause container when starting a pod, this code should be removed from virtcontainers to be included inside the agent....

post-release

Add to agent support to configure debug level from kernel command line. ``` cc-agent.debug= ``` This could be set by the runtime debug information is enabled. Or get latency traces...

The proxy docs reference hyperstart as the current agent: https://github.com/clearcontainers/proxy/blob/master/README.md#cc-proxy If/when we enable use of this agent, can we ensure we update any related docs such as the above appropriately.

#29 added the vendor tree and https://github.com/clearcontainers/agent/blob/master/vendor.conf, but it did not note which tools we use to vendor here. It doesn't look like https://github.com/golang/dep for instance (different config files?). Let's...

As far as I can tell we are not running any of the go static checkers on this repo. It doesn't look like we invoke them from our .ci or...

I don't believe we are utilising the 'msize' blocksize optimisation for the 9p mount point yet, as seen here: https://github.com/clearcontainers/hyperstart/pull/25 Check/investigate the performance gains, as per on the hyperstart PR,...