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

[podresapi 1/3] agent,config,helm: make agent runtime configurable. #418

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

klihub
Copy link
Collaborator

@klihub klihub commented Dec 1, 2024

This PR implements runtime configuration for the agent itself, in preparation for allowing configurable access to the kubelet's Pod Resource API. Currently the only existing control enables access to Node Resource Topology Custom Resources and it is on by default. Update the agent to dig out and honor its own configuration when configuration is updated.

@klihub klihub force-pushed the devel/agent-runtime-configuration branch 2 times, most recently from afc1046 to c35c24f Compare December 1, 2024 17:53
@klihub klihub changed the title [Pod Resource API 1/3] agent,config,helm: make agent runtime configurable. [podresapi 1/3] agent,config,helm: make agent runtime configurable. Dec 1, 2024
@klihub
Copy link
Collaborator Author

klihub commented Dec 2, 2024

/cc @pfl

pkg/agent/agent.go Show resolved Hide resolved
@klihub klihub force-pushed the devel/agent-runtime-configuration branch from c35c24f to 30ab301 Compare December 3, 2024 15:20
Add configuration for the agent itself. Currently the
only control enables access to Node Resource Topology
Custom Resources and it is on by default. Update the
agent to honor its configuration.

Signed-off-by: Krisztian Litkey <[email protected]>
@klihub klihub force-pushed the devel/agent-runtime-configuration branch from 30ab301 to 1d397a9 Compare December 3, 2024 15:23
Copy link
Collaborator

@kad kad left a comment

Choose a reason for hiding this comment

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

lgtm

@kad kad merged commit 1620059 into containers:main Dec 4, 2024
4 checks passed
@klihub klihub deleted the devel/agent-runtime-configuration branch December 4, 2024 14:40
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