mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Ubuntu CRI-O (#5426)
* Fix crictl * Reload systemd daemon before enabling service * Typo * Add crictl template * Remove seccomp.json for ubuntu * Set runtime path of runc for ubuntu * Change path to conmon
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
15a8c34717
commit
ccbcad9741
@@ -30,11 +30,7 @@
|
||||
state: present
|
||||
when: ansible_distribution in ["Ubuntu"]
|
||||
|
||||
- name: Add CRI-O PPA
|
||||
apt_repository:
|
||||
repo: ppa:projectatomic/ppa
|
||||
state: present
|
||||
when: ansible_distribution in ["Ubuntu"]
|
||||
- include_tasks: "crictl.yml"
|
||||
|
||||
- name: Install crictl
|
||||
unarchive:
|
||||
@@ -76,6 +72,10 @@
|
||||
owner: root
|
||||
mode: 0755
|
||||
|
||||
- name: Reload systemd daemon
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Install cri-o service
|
||||
service:
|
||||
name: "{{ crio_service }}"
|
||||
|
||||
Reference in New Issue
Block a user