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

Cross-platform multi process support #2230

Merged
merged 4 commits into from May 26, 2020

Conversation

aaronjwood
Copy link
Contributor

@aaronjwood aaronjwood commented May 22, 2020

Description

This allows for safe concurrent reads/writes to the kubeconfig file. We have some use cases where we run many eksctl processes in parallel. Because of this we need some guarantees that any read-modify-write actions taken on this file are safe against n processes.

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Added labels for change area (e.g. area/nodegroup), target version (e.g. version/0.12.0) and kind (e.g. kind/improvement)
  • Make sure the title of the PR is a good description that can go into the release notes

This now works cross-platform instead of only on *nix.

@aaronjwood aaronjwood changed the title Multi process support Cross-platform multi process support May 22, 2020
@michaelbeaumont michaelbeaumont merged commit 7af3408 into eksctl-io:master May 26, 2020
michaelbeaumont added a commit to michaelbeaumont/eksctl that referenced this pull request Jun 26, 2020
This reverts commit 7af3408.

This broke eksctl on windows again, unfortunately.
michaelbeaumont added a commit to michaelbeaumont/eksctl that referenced this pull request Jun 26, 2020
This reverts commit 7af3408.

This broke eksctl on windows again, unfortunately.
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.

None yet

2 participants