Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions contrib/test/integration/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand All @@ -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"

Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down