Skip to content

Add Mutex to serialize Kustomizer runs - workaround #91 #100

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

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Conversation

pst
Copy link
Member

@pst pst commented Mar 17, 2021

This mutex prevents multiple Kustomizer runs in parallel
to avoid the concurrent map read and map write bug from
upstream.

kubernetes-sigs/kustomize#3659

This mutex prevents multiple Kustomizer runs in parallel
to avoid the `concurrent map read and map write` bug from
upstream.

kubernetes-sigs/kustomize#3659
@pst pst merged commit bcf3393 into master Mar 18, 2021
@pst pst deleted the mutexworkaround branch March 18, 2021 08:42
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