We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed Behavior: binary execution gets killed
Expected Behavior: command should run
Reproduction Steps (Please include YAML): karpenter-convert -f . > output.yaml
downloaded the go version for karpenter-convert , but after trying to run it just gets killed right away
~/go/bin/karpenter-convert -f . > output.yaml [1] 27343 killed ~/go/bin/karpenter-convert -f . > output.yaml
Installed as suggested in the documentation go install github.com/aws/karpenter/tools/karpenter-convert/cmd/[email protected]\n
I'm using a Macbook Pro M1
Let me know if you need more information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Observed Behavior:
binary execution gets killed
Expected Behavior:
command should run
Reproduction Steps (Please include YAML):
karpenter-convert -f . > output.yaml
downloaded the go version for karpenter-convert , but after trying to run it just gets killed right away
~/go/bin/karpenter-convert -f . > output.yaml
[1] 27343 killed ~/go/bin/karpenter-convert -f . > output.yaml
Installed as suggested in the documentation
go install github.com/aws/karpenter/tools/karpenter-convert/cmd/[email protected]\n
I'm using a Macbook Pro M1
Let me know if you need more information
The text was updated successfully, but these errors were encountered: