ai-cfia / howard

The Howard project, named after "The Godfather of Clouds" Luke Howard, orchestrates the Kubernetes-based cloud infrastructure for the Canadian Food Inspection Agency's AI lab, managing applications like Nachet, Finesse, and Louis. It prioritizes robustness, security and efficiency
https://ai-cfia.github.io/howard/
MIT License
3 stars 0 forks source link

Host a GH Action Runner in the cluster for private resources access #195

Closed SonOfLope closed 2 weeks ago

SonOfLope commented 2 months ago

In order to make the pipeline for python linting work with vault integration, we need to self host a runner inside the cluster that can have access to our private instance of vault.

We can either deploy the actions-runner-controller for this : https://github.com/actions/actions-runner-controller Or remove firewall from the ingress

SonOfLope commented 2 weeks ago

see https://github.com/ai-cfia/howard/pull/224 for closing explanation