kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 90 forks source link

vmm: support pod sysctl configuration #154

Closed morningtzh closed 3 months ago

morningtzh commented 3 months ago

This PR adds support for configuring pod sysctl settings in the VMM (Virtual Machine Manager) component of our Kubernetes runtime project.

With this change, users can now specify custom sysctl settings for their pods, allowing for more fine-grained control over the runtime environment. This feature is particularly useful for workloads that require specific kernel parameter settings.

The implementation includes the necessary changes to the VMM codebase to parse and apply sysctl settings from the pod's configuration.

morningtzh commented 3 months ago

@Burning1020 already rebase