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

prow.sh: use KinD main for latest Kubernetes #139

Merged

Commits on Mar 24, 2021

  1. prow.sh: use KinD main for latest Kubernetes

    KinD 0.10.0 fails to bring up a Kubernetes cluster for the latest (>
    1.21.0-beta1) sources. Such breakage is expected and will be dealt
    with on the main branch of KinD. Therefore we should always use when
    building a cluster from source code. We have been lucky in the past
    that the released versions of KinD also happend to support the latest
    Kubernetes.
    
    The downside is that temporary regressions in KinD will also affect
    the Prow jobs that use the latest Kubernetes, but this is not new and
    could also have happened because of regressions in Kubernetes.
    
    While at it, building KinD gets fixed to use the configured Go
    version. It happened to use Go from the default PATH.
    
    The most recent KinD no longer supports the --type parameter, so we
    have to filter that out when using KinD main.
    pohly committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1c0fb09 View commit details
    Browse the repository at this point in the history