We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0be02 commit ad0c7abCopy full SHA for ad0c7ab
2 files changed
charts/gha-runner-scale-set/templates/_helpers.tpl
@@ -101,6 +101,7 @@ args:
101
- dockerd
102
- --host=unix:///var/run/docker.sock
103
- --group=$(DOCKER_GROUP_GID)
104
+ - --mtu={{ default 1450 (dig "dind" "mtu" 1450 .Values.containerMode) }}
105
env:
106
- name: DOCKER_GROUP_GID
107
value: "123"
charts/gha-runner-scale-set/values.yaml
@@ -116,6 +116,8 @@ githubConfigSecret:
116
## empty, and configuration should be applied to the template.
117
# containerMode:
118
# type: "dind" ## type can be set to dind or kubernetes
119
+# dind:
120
+# mtu: 1450 ## Optional. Defaults to 1450 in DinD mode
121
# ## the following is required when containerMode.type=kubernetes
122
# kubernetesModeWorkVolumeClaim:
123
# accessModes: ["ReadWriteOnce"]
0 commit comments