Merge "Update kind to 1.21.1 k8s version"

This commit is contained in:
Zuul 2021-12-21 12:12:15 +00:00 committed by Gerrit Code Review
commit 6eea629b78
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
: ${KIND_VERSION:="v0.9.0"}
: ${KIND_VERSION:="v0.11.1"}
export KIND_URL="https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-$(uname)-amd64"
TMP=$(KIND_URL=${KIND_URL} tools/deployment/kind/get_kind.sh)
export KIND=${TMP}/kind
sudo cp ${KIND} /usr/local/bin/
${KIND} version
${KIND} version