Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmm: support pod sysctl configuration #154

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

morningtzh
Copy link
Contributor

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 morningtzh requested a review from a team as a code owner August 9, 2024 04:12
@morningtzh morningtzh force-pushed the sysctl branch 2 times, most recently from 7b9b825 to 2da625d Compare August 9, 2024 06:57
Copy link
Member

@Burning1020 Burning1020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morningtzh
Copy link
Contributor Author

@Burning1020 already rebase

@Burning1020 Burning1020 merged commit 0908547 into kuasar-io:main Aug 14, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants