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

Prevent host uuid stomping for kubernetes agents #48905

Open
rosstimothy opened this issue Nov 13, 2024 · 0 comments
Open

Prevent host uuid stomping for kubernetes agents #48905

rosstimothy opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels

Comments

@rosstimothy
Copy link
Contributor

#48012 recently converted the generation of host uuid files to prevent two processes from stomping on each other when trying to seed the host uuid of the process. However, that only addresses processes that write the host uuid file to disk. The Kubernetes agent no longer persists the host uuid on disk and instead stores it in a Kubernetes secret. The same optimistic locking should be applied to Kubernetes host uuids to prevent this class of bug entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant