clearlinux / cloud-native-setup

Automation around setting up the cloud-native content (kubernetes) on Clear Linux.
Apache License 2.0
61 stars 41 forks source link

vsock everywhere: Clearlinux supports vsock. Use vsock for QEMU and Firecracker #56

Open mcastelino opened 5 years ago

mcastelino commented 5 years ago

vsock everywhere: Clearlinux supports vsock. Use vsock for QEMU and Firecracker

This will simplify the number of active components for Kata. This will also reduce the memory footprint of kata.

krsna1729 commented 5 years ago

@mcastelino is there a corresponding issue open with clear to get rid in packaging the bundle itself?

krsna1729 commented 5 years ago

@bryteise

bryteise commented 5 years ago

Not aware of any issue in Clear Linux for this. What is the configuration change that needs to be made packaging side?

mcastelino commented 5 years ago

@bryteise @egernst we could change the toml file of QEMU to default to vsock. And we can also stop carrying the proxy binary.

@egernst is there any reason we should not do this?

ahsan518 commented 5 years ago

Waiting for this to be resolved and merged.

https://github.com/kata-containers/runtime/issues/1917 https://github.com/kata-containers/runtime/pull/1918

There is a pull request already in place. Once the delay issue is resolved, will move onwards with vSock.