mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 03:31:20 -03:30
Some update for the deploy on fedora coreos: (#10030)
- Test with new version: 37.20230322.3.0. Both containerd and cri-o is tested - bugfix: when we use crio and the var bin_dir is changed, there will be some error about the new bin dir.
This commit is contained in:
@@ -90,6 +90,13 @@
|
||||
remote_src: true
|
||||
notify: restart crio
|
||||
|
||||
- name: cri-o | update the bin dir for crio.service file
|
||||
replace:
|
||||
dest: /etc/systemd/system/crio.service
|
||||
regexp: "/usr/local/bin/crio"
|
||||
replace: "{{ bin_dir }}/crio"
|
||||
notify: restart crio
|
||||
|
||||
- name: cri-o | copy default policy
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/cri-o/contrib/policy.json"
|
||||
|
||||
Reference in New Issue
Block a user