问题描述
我通过the standard default runner creation UI in gitlab(3个节点n1-standard-4 gke集群)创建了两个gitlab运行程序。 I've been trying to increase my gitlab runner to handle more than the default 4 concurrent jobs,but for some reason the limit is still capped at running only 4 jobs at once.
在GCP中,我将在{下找到的配置映射{ {3}}菜单。
要让gitlab运行程序一次运行4个以上的作业,我还需要更改什么?
https://console.cloud.google.com/kubernetes/config如果是,我在GCP中哪里可以找到该配置?
解决方法
在GCP中更改配置映射不会立即更新集群。您需要使用以下命令手动重新加载部署:
kubectl rollout restart deployment/runner-gitlab-runner -n gitlab-managed-apps
GCP群集菜单中还有一个按钮,可在浏览器窗口中通过群集的kubeconfig调出终端。