O
Size: a a a
O
DX
AP
w
A
AP
A
DX
DX
DS
Error OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "./etc/node-exporter/entrypoint.sh": permission denied: unknown
ДА
DS
DS
ᅠ
DS
АП
DS
АП
wm
gitlab runner
на кубере, через helm
.helm repo add gitlab https://charts.gitlab.io
kubectl create namespace gitlab
helm install --namespace gitlab gitlab-runner-dev -f values_dev.yaml gitlab/gitlab-runner
values_dev.yaml
gitlabUrl: https://gitlab.com/
runnerRegistrationToken: "some-token"
rbac:
create: true
clusterWideAccess: false
runners:
namespace: gitlab
tags: "tag1, tag2, tag3"
> kubectl get deployments -n gitlab
gitlab-runner-dev
0/1
0
0
23m
> kubectl describe deployment gitlab-runner-dev -n gitlab