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

Refactor KinD usage in test harness and allow to add (local) containers #1217

Merged
merged 1 commit into from
Dec 23, 2019

Conversation

nfnt
Copy link
Member

@nfnt nfnt commented Dec 20, 2019

What this PR does / why we need it:
In preparation for #1177, this PR refactors the test packages to have a kind struct that is a thin abstraction layer for running KinD clusters.
It adds the 'kindContainers' option to the test harness. This option allows to add (local) Docker images to a KinD cluster, e.g. when testing local artifacts.

Solves #684

This commit introduces the 'kind' struct that is a thin abstraction layer for running KinD clusters.
It adds the 'kindContainers' option to the test harness. This option allows to add (local) Docker images to a KinD cluster, e.g. when testing local artifacts.
Copy link
Member

@jbarrick-mesosphere jbarrick-mesosphere left a comment

Choose a reason for hiding this comment

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

This solves #684!

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

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

commit not signed off

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

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

This looks good! I'll sign off on a merge.

@kensipe kensipe merged commit 06e3085 into master Dec 23, 2019
@kensipe kensipe deleted the nfnt/kind-add-containers branch December 23, 2019 16:51
ANeumann82 pushed a commit that referenced this pull request Feb 13, 2020
…rs (#1217)

This commit introduces the 'kind' struct that is a thin abstraction layer for running KinD clusters.
It adds the 'kindContainers' option to the test harness. This option allows to add (local) Docker images to a KinD cluster, e.g. when testing local artifacts.

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants