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

[OSPP 2024] snapshotter & nydusd config hot reload #1591

Open
imeoer opened this issue Jun 18, 2024 · 0 comments
Open

[OSPP 2024] snapshotter & nydusd config hot reload #1591

imeoer opened this issue Jun 18, 2024 · 0 comments

Comments

@imeoer
Copy link
Collaborator

imeoer commented Jun 18, 2024

The nydus image is started by nydus snapshotter, and the nydusd config is currently delivered by snapshotter and is persisted to local disks, the problem is:

  • the sensitive info such as registry authentication may leak on local disk.
  • it is difficult to timely hot update the config if some options change dynamically.

Possible implementation steps:

  • understand snapshotter's nydusd config delivery process and change it from persistent to API delivery.
  • consider nydusd hot upgrade and failover process to ensure config recovery.
@imeoer imeoer changed the title [OSPP 2024] optimize image by blob compact [OSPP 2024] snapshotter & nydusd config hot reload Jun 18, 2024
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

No branches or pull requests

1 participant