mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
[kubernetes] Support kubernetes 1.31.1 (#11533)
This commit is contained in:
@@ -6,3 +6,7 @@
|
||||
- name: Cri-o | include vars/v1.29.yml
|
||||
include_vars: v1.29.yml
|
||||
when: crio_version is version("v1.29.0", operator=">=")
|
||||
|
||||
- name: Cri-o | include vars/v1.31.yml
|
||||
include_vars: v1.31.yml
|
||||
when: crio_version is version("v1.31.0", operator=">=")
|
||||
|
||||
13
roles/container-engine/cri-o/vars/v1.31.yml
Normal file
13
roles/container-engine/cri-o/vars/v1.31.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
crio_conmon: "{{ bin_dir }}/conmon"
|
||||
|
||||
# cri-o binary files
|
||||
crio_bin_files:
|
||||
- conmon
|
||||
- conmonrs
|
||||
- crun
|
||||
- runc
|
||||
- crio
|
||||
- pinns
|
||||
|
||||
crio_status_command: crio status
|
||||
Reference in New Issue
Block a user