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

Kubernetes 1.21 #146

Merged
merged 2 commits into from
May 5, 2021
Merged

Commits on May 4, 2021

  1. prow.sh: add CSI_PROW_DEPLOYMENT_SUFFIX

    This can be used in Prow jobs which want to let prow.sh find the
    deployment directory based on the Kubernetes version but don't want
    the default "kubernetes-x.yy" deployments.
    
    The alternative would be to let Prow jobs set CSI_PROW_DEPLOYMENT, but
    then the fallback to kubernetes-latest wouldn't work.
    pohly committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c63c61b View commit details
    Browse the repository at this point in the history
  2. prow.sh: support Kubernetes 1.21

    Jobs that specifically use Kubernetes 1.21 have to use the unrelease
    KinD because the latest stable release, 0.10.0, is not compatible with
    it.
    
    This special case can be removed once the next KinD release is out.
    pohly committed May 4, 2021
    Configuration menu
    Copy the full SHA
    510fb0f View commit details
    Browse the repository at this point in the history