Skip to content

Self hosted Github runner dependencies

José Guilherme Vanz edited this page Feb 8, 2022 · 1 revision

We have a self-hosted Github runner to be used in workflow which require more resources. This page documents some packages that need to be installed in the machine running the Github runner application. Besides the steps described in the Github docs. The runners need the following packages in order to be able to run the Kubewarden workflows:

  • git
  • kubectl (the package name change depending on the OS version. In SLES 15 SP 3, the available pacakge is kubernetes1.18-client)
  • unzip
  • make
  • jq
Clone this wiki locally