File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CRI-O and Kubernetes follow the same release cycle and deprecation policy. For m
2222| CRI-O 1.15.x - release-1.15 | Kubernetes 1.15 branch, v1.15.x | = |
2323| CRI-O 1.16.x - release-1.16 | Kubernetes 1.16 branch, v1.16.x | = |
2424| CRI-O 1.17.x - release-1.17 | Kubernetes 1.17 branch, v1.17.x | = |
25+ | CRI-O 1.18.x - release-1.18 | Kubernetes 1.18 branch, v1.18.x | = |
2526| CRI-O HEAD - master | Kubernetes master branch | ✓ |
2627
2728Key:
Original file line number Diff line number Diff line change 2525 - name : clone build and install kubernetes
2626 include : " build/kubernetes.yml"
2727 vars :
28- k8s_git_version : " release-1.17 "
28+ k8s_git_version : " release-1.18 "
2929 k8s_github_fork : " kubernetes"
3030 crio_socket : " /var/run/crio/crio.sock"
3131 when : " (cgroupv2 is undefined) or (cgroupv2 == False) | bool"
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ cd cri-o
170170
171171Make sure your ` CRI-O ` and ` kubernetes ` versions are of matching major versions.
172172For instance, if you want to be compatible with the latest kubernetes release,
173- you'll need to use the latest tagged release of ` CRI-O ` on branch ` release-1.17 ` .
173+ you'll need to use the latest tagged release of ` CRI-O ` on branch ` release-1.18 ` .
174174
175175## Build
176176
You can’t perform that action at this time.
0 commit comments