kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
250 B
16 lines
250 B
---
|
|
crio_conmon: "{{ crio_libexec_dir }}/conmon"
|
|
crio_runtime_bin_dir: "{{ crio_libexec_dir }}"
|
|
|
|
# cri-o binary files
|
|
crio_bin_files:
|
|
- crio
|
|
- pinns
|
|
|
|
crio_libexec_files:
|
|
- conmon
|
|
- conmonrs
|
|
- crun
|
|
- runc
|
|
|
|
crio_status_command: crio status
|