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

[k8s] Fix race condition in k8s secret creation #4505

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

romilbhardwaj
Copy link
Collaborator

Closes #4472. Our k8s secret creation had a race condition where multiple parallel sky launch operations would fail due to secret already existing.

@romilbhardwaj romilbhardwaj changed the title [k8s] Fix race condition ins k8s secret creation [k8s] Fix race condition in k8s secret creation Dec 24, 2024
Copy link
Collaborator

@Michaelvll Michaelvll left a comment

Choose a reason for hiding this comment

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

Thanks @romilbhardwaj! LGTM.

@romilbhardwaj romilbhardwaj merged commit 2c5d87c into master Jan 8, 2025
19 checks passed
@romilbhardwaj romilbhardwaj deleted the k8s_fix_secret_creation branch January 8, 2025 19:22
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.

[k8s] Concurrent launches fail with secret already exists error
2 participants