-
Notifications
You must be signed in to change notification settings - Fork 93
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
Kata agent config cleanup #1856
Kata agent config cleanup #1856
Conversation
Just an update on this - there is something wrong with the server address not flowing through:
which explains the comment that was added in the agent-config.toml. I will try and debug it to see if I can work out the cause... |
Ok, I think there is a bug in the kata config processing, so I'll try and fix that up and then re-test this. |
FYI: kata-containers/kata-containers#9819 is my attempt to fix and let envs being processed with the config file |
04d62ea
to
657cc9f
Compare
- In kata-containers/kata-containers#8229 the code that read the endpoint restrictions using the agent config was removed in favour of policy, so these don't have any effect now. Signed-off-by: stevenhorsman <[email protected]>
- We haven't ported signature verification across to the main branch of kata-containers yet, so remove this config until it's needed Signed-off-by: stevenhorsman <[email protected]>
- After discussion in the community meeting the suggestion was to keep the server address specified in the agent-config file permanently, so tidy up the comments about using the env instead to set it Signed-off-by: stevenhorsman <[email protected]>
657cc9f
to
9d891f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Glad to see endpoints
get removed, thanks! @stevenhorsman
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.