Problem to Solve
My organization is planning to deploy GitLab runners on our Kubernetes clusters hosted in Oracle Cloud. I have experience configuring and deploying runners in K8s running in AWS, but this is the first time I’m trying to do the same in OCI.
Thinking ahead of how to configure the runner cache settings for OCI, I don’t see OCI as a supported provider in the GitLab Advanced Configuration docs. The three documented provider types are one of s3
, gcs
, or azure
.
Researching the topic on this forum and Google searches hasn’t led me to any solutions thus far. OCI documentation and blogs that I’ve found thus far point to VM architectures instead of running in a containerized environment.
Does anyone have experience configuring and deploying runners in OCI on kubernetes? Or any docs that I can reference?