Skip to content

Support kubernetes RuntimeClassName

Allow setting a runtime class for a specific kubernetes runner - https://kubernetes.io/docs/concepts/containers/runtime-class/

For example, to make use of Kata Containers with Gitlab Runner for much better security.

Pod Annotations can be specified currently to use Kata Containers but it does not allow as much granularity, such as the ability to use kata-qemu-virtiofs for much better disk performance.

Edited by Georgi N. Georgiev | GitLab