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

Fixes kind cluster cleanup in e2e make target #298

Merged

Commits on Jul 27, 2023

  1. Fixes kind cluster cleanup in e2e make target

    Currently we have `kind-cluster-cleanup` as a dependency
    in `kind-cluster` target. Since `make` only builds a target
    once this means that `e2e` target performs cleanup
    before creating a new cluster and skips cleanup at the end
    leaving cluster hanging around.
    
    With this change, `make e2e` will be failing on cluster creation,
    if a cluster with the same name already exists, but the failure
    message will clearly indicate the issue.
    
    Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
    m1kola committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    051cb1c View commit details
    Browse the repository at this point in the history