how to deploy code quality in GKE cluster where pipeline is on kubernetes executor

8/20/2021

We are already running runners with kubernetes executor on GKE cluster for our gitlab pipeline. in order to introduce code quality , is it possible to run pods in same cluster using docker executor so that code quality can run there ?

Or if there is another way of integrating code quality on kubernetes executor. right now , it gives 'docker daemon not running' error .but runs fine on runner with docker executor.

-- wcsSunil
docker
gitlab
gitlab-ci-runner
kubernetes

0 Answers