mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Install cri-o with package version (#6853)
and thereby support upgrade from e.g. 1.18.x to 1.19.y Included OSes: - Centos7/8 - Ubuntu18/20 New variables for overriding by default installed packages: - centos_crio_packages - ubuntu_crio_packages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
default_crio_packages:
|
||||
- cri-o-1.19.0
|
||||
|
||||
crio_packages:
|
||||
- cri-o
|
||||
- oci-systemd-hook
|
||||
crio_packages: "{{ centos_crio_packages | default(default_crio_packages) }}"
|
||||
|
||||
Reference in New Issue
Block a user