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

provider: added k3d provider and node lifecycle handlers #441

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. provider: added k3d provider and lifecycle handlers

    This change includes the following changes and features.
    
    1. Added a new Interface type `E2EClusterProviderWithLifeCycle`
    which can be used to setup providers that extend the cluster lifecycle function around the nodes.
    2. Enabled a `k3d` based provider with support for Node lifecycle management.
    3. Existing Image loader related function and interfaces were augmented with `args ...string`
    to be able to provide additional arguments in case if the image load
    handlers need some of the additional config.
    harshanarayana committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3d1be3f View commit details
    Browse the repository at this point in the history