mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Workaround about inconsistent CRI-O YUM repo path on Kubic repos (#6101)
This commit is contained in:
committed by
GitHub
parent
61e7afa9f0
commit
218b2a5992
@@ -3,3 +3,8 @@
|
||||
crio_packages:
|
||||
- cri-o
|
||||
- oci-systemd-hook
|
||||
|
||||
crio_repo_path:
|
||||
"1.18": "1.17:/1.17.4"
|
||||
"1.17": "1.17:/1.17.4"
|
||||
"1.16": "1.16"
|
||||
@@ -2,3 +2,8 @@
|
||||
|
||||
crio_packages:
|
||||
- cri-o
|
||||
|
||||
crio_repo_path:
|
||||
"1.18": "1.18:/1.18.0"
|
||||
"1.17": "1.17:/1.17.4"
|
||||
"1.16": "1.16"
|
||||
Reference in New Issue
Block a user