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

DM-48838: Wait for service account creation on lab spawn #480

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Conversation

rra
Copy link
Member

@rra rra commented Feb 11, 2025

Wait for the default service account of the user's lab namespace to be created before creating the Pod object. Creation of the service account can be slow when Kubernetes is busy, and creation of the Pod object will fail if the service account does not exist.

@rra rra force-pushed the tickets/DM-48838 branch from adaad61 to d209f70 Compare February 12, 2025 00:43
Wait for the default service account of the user's lab namespace to
be created before creating the `Pod` object. Creation of the service
account can be slow when Kubernetes is busy, and creation of the
`Pod` object will fail if the service account does not exist.
@rra rra force-pushed the tickets/DM-48838 branch from d209f70 to adaecc2 Compare February 12, 2025 00:45
@rra rra merged commit ebd70c8 into main Feb 12, 2025
11 checks passed
@rra rra deleted the tickets/DM-48838 branch February 12, 2025 01:47
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.

1 participant