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:
Fredrik Lönnegren
2019-12-19 13:37:57 +01:00
committed by Kubernetes Prow Robot
parent 15a8c34717
commit ccbcad9741
5 changed files with 42 additions and 7 deletions

View File

@@ -3,4 +3,4 @@ crio_packages:
- "cri-o-{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_service: crio
crio_conmon: /usr/lib/crio/bin/conmon
crio_conmon: /usr/bin/conmon