From 70093ced2cf74dce6e639634ce1670611f447a6a Mon Sep 17 00:00:00 2001 From: Vlado Djerek Date: Wed, 8 Nov 2023 15:11:48 +0100 Subject: [PATCH] set dockerMTU to 1460 to align with GKE (#29346) Co-authored-by: Vlado Djerek --- .../gh-actions-self-hosted-runners/arc/config/arc_deployment.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/gh-actions-self-hosted-runners/arc/config/arc_deployment.tpl b/.github/gh-actions-self-hosted-runners/arc/config/arc_deployment.tpl index 71f8da3d9df1a..41c6700b18b92 100644 --- a/.github/gh-actions-self-hosted-runners/arc/config/arc_deployment.tpl +++ b/.github/gh-actions-self-hosted-runners/arc/config/arc_deployment.tpl @@ -26,6 +26,7 @@ spec: annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "false" spec: + dockerMTU: 1460 %{~ if selector == true ~} nodeSelector: runner-pool: ${name}