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

Fix EnsureKind on arm #5

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Fix EnsureKind on arm #5

merged 1 commit into from
Apr 6, 2022

Conversation

carolynvs
Copy link
Member

The default version of kind that we installed with EnsureKind was a version that didn't support arm. I've updated to a newer default version with arm support.

The default version of kind that we installed with EnsureKind was a version that didn't support arm. I've updated to a newer default version with arm support.

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
}

func getKindVersion() string {
if version, ok := os.LookupEnv("KIND_VERSION"); ok {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why I did it this way but let's not rely on magic environment variables

@carolynvs carolynvs merged commit 48da115 into main Apr 6, 2022
@carolynvs carolynvs deleted the fix-ensure-kind-on-arm branch April 6, 2022 19:56
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.

2 participants