Skip to content
Snippets Groups Projects
Unverified Commit 1be15a08 authored by spaced's avatar spaced Committed by GitHub
Browse files

Enable crio 1.18 (#6197)

parent 41b44739
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ crio_conmon: "/usr/bin/conmon" ...@@ -9,7 +9,7 @@ crio_conmon: "/usr/bin/conmon"
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}" crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_kubernetes_version_matrix: crio_kubernetes_version_matrix:
"1.18": "1.17" "1.18": "1.18"
"1.17": "1.17" "1.17": "1.17"
"1.16": "1.16" "1.16": "1.16"
......
...@@ -8,12 +8,12 @@ lint: ...@@ -8,12 +8,12 @@ lint:
options: options:
config-file: ../../../.yamllint config-file: ../../../.yamllint
platforms: platforms:
# - name: ubuntu1804 - name: ubuntu1804
# box: generic/ubuntu1804 box: generic/ubuntu1804
# cpus: 2 cpus: 2
# memory: 1024 memory: 1024
# groups: groups:
# - kube-master - kube-master
- name: centos7 - name: centos7
box: centos/7 box: centos/7
cpus: 2 cpus: 2
......
...@@ -4,3 +4,8 @@ crio_packages: ...@@ -4,3 +4,8 @@ crio_packages:
- "cri-o-{{ crio_version }}" - "cri-o-{{ crio_version }}"
crio_runc_path: /usr/sbin/runc crio_runc_path: /usr/sbin/runc
crio_kubernetes_version_matrix:
"1.18": "1.17"
"1.17": "1.17"
"1.16": "1.16"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment