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

[Bug]: cndi commands that spawn terraform on macOS crash and timeout #1111

Open
1 task done
johnstonmatt opened this issue Jan 18, 2025 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@johnstonmatt
Copy link
Contributor

What happened?

cndi destroy invokes terraform locally and it eats 100% of the available CPU and then fails to exit (successfully or insuccessfully). At best it times out.

The fix is to detect the machine architecture and ship ARM binaries where possible.

Version

cndi v2.26.0
kubeseal v0.26.0
terraform v1.5.5

What OS are you seeing the problem on?

MacOS

OS Details

This seems to be related to running the AMD64 terraform binary, the ARM64 binary has no issue.

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant