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.

31 lines
651 B

  1. ---
  2. dependencies:
  3. - role: kubernetes-apps/container_runtimes/kata_containers
  4. when: kata_containers_enabled
  5. tags:
  6. - apps
  7. - kata-containers
  8. - container-runtimes
  9. - role: kubernetes-apps/container_runtimes/gvisor
  10. when: gvisor_enabled
  11. tags:
  12. - apps
  13. - gvisor
  14. - container-runtimes
  15. - role: kubernetes-apps/container_runtimes/crun
  16. when: crun_enabled
  17. tags:
  18. - apps
  19. - crun
  20. - container-runtimes
  21. - role: kubernetes-apps/container_runtimes/youki
  22. when:
  23. - youki_enabled
  24. - container_manager == 'crio'
  25. tags:
  26. - apps
  27. - youki
  28. - container-runtimes