From 228742858e074d1aaf5f968356013719a82c0aea Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Thu, 23 Jul 2020 09:47:34 -0400 Subject: [PATCH] Point to k8s release-1.19 branch for tests And update the tutorial doc to say release-1.19 instead of release-1.18. Signed-off-by: Urvashi Mohnani --- contrib/test/integration/main.yml | 8 ++++---- install.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/test/integration/main.yml b/contrib/test/integration/main.yml index e4504892d40..f1590c1b856 100644 --- a/contrib/test/integration/main.yml +++ b/contrib/test/integration/main.yml @@ -25,7 +25,7 @@ - name: clone build and install kubernetes include: "build/kubernetes.yml" vars: - k8s_git_version: "release-1.18" + k8s_git_version: "release-1.19" k8s_github_fork: "kubernetes" crio_socket: "/var/run/crio/crio.sock" when: "(cgroupv2 is undefined) or (cgroupv2 == False) | bool" @@ -140,7 +140,7 @@ include: "build/kubernetes.yml" vars: force_clone: true - k8s_git_version: "master" + k8s_git_version: "release-1.19" k8s_github_fork: "kubernetes" crio_socket: "/var/run/crio/crio.sock" @@ -158,7 +158,7 @@ include: "build/kubernetes.yml" vars: force_clone: true - k8s_git_version: "master" + k8s_git_version: "release-1.19" k8s_github_fork: "kubernetes" crio_socket: "/var/run/crio/crio.sock" @@ -181,7 +181,7 @@ include: "build/kubernetes.yml" vars: force_clone: true - k8s_git_version: "master" + k8s_git_version: "release-1.19" k8s_github_fork: "kubernetes" crio_socket: "/var/run/crio/crio.sock" when: "(cgroupv2 is undefined) or (cgroupv2 == False) | bool" diff --git a/install.md b/install.md index ca9930b2416..16c9c0dc84f 100644 --- a/install.md +++ b/install.md @@ -266,7 +266,7 @@ cd cri-o Make sure your `CRI-O` and `kubernetes` versions are of matching major versions. For instance, if you want to be compatible with the latest kubernetes release, -you'll need to use the latest tagged release of `CRI-O` on branch `release-1.18`. +you'll need to use the latest tagged release of `CRI-O` on branch `release-1.19`. ### Build