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 recreate flag behavior when using finch #185

Merged
merged 4 commits into from
Apr 29, 2024
Merged

Conversation

nimakaviani
Copy link
Contributor

  • abstracting the runtime provider
  • implementing the runtime both for finch and docker
  • using the finch cli for container creation
  • uses the most recent kind commit with support for detecting the runtime

@nabuskey
@greghaynes
@estesp
@csantanapr

appreciate a review on the above. Also, @estesp curious if there is a more elegant way than using the Finch CLI for the implementation, but ideally without the need to pull in containerd stuff.

@nimakaviani nimakaviani requested a review from greghaynes March 29, 2024 18:29
@estesp
Copy link
Contributor

estesp commented Apr 2, 2024

This looks like a reasonable approach to me

pkg/kind/cluster.go Outdated Show resolved Hide resolved
@nimakaviani nimakaviani force-pushed the support-finch-runtime branch from a48a21c to 9457f27 Compare April 12, 2024 01:27
@nimakaviani nimakaviani force-pushed the support-finch-runtime branch 3 times, most recently from c82b3bf to bd083d4 Compare April 25, 2024 20:57
pkg/runtime/finch.go Outdated Show resolved Hide resolved
pkg/runtime/finch.go Show resolved Hide resolved
pkg/runtime/finch.go Show resolved Hide resolved
pkg/runtime/util.go Outdated Show resolved Hide resolved
- abstracting the runtime provider
- implementing the runtime both for finch and docker
- using the finch cli for container creation

Signed-off-by: Nima Kaviani <[email protected]>
- respect KIND_EXPERIMENTAL_PROVIDER

Signed-off-by: Nima Kaviani <[email protected]>
Signed-off-by: Nima Kaviani <[email protected]>
@nimakaviani nimakaviani force-pushed the support-finch-runtime branch from bd083d4 to 209cf8d Compare April 26, 2024 22:17
@nimakaviani nimakaviani requested a review from nabuskey April 26, 2024 23:21
Copy link
Collaborator

@nabuskey nabuskey left a comment

Choose a reason for hiding this comment

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

LGTM

@nimakaviani nimakaviani merged commit 9de1b80 into main Apr 29, 2024
2 checks passed
@nabuskey nabuskey deleted the support-finch-runtime branch May 14, 2024 20:40
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.

3 participants