Skip to content

Commit e49387e

Browse files
authored
Merge pull request #35620 from pohly/alpha-beta-race-base-image
sig-testing: remove KUBE_GORUNNER_IMAGE override
2 parents b5bb383 + 1ae0b36 commit e49387e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -605,11 +605,6 @@ presubmits:
605605
# We need to override the default for components of interest.
606606
- name: KUBE_CGO_OVERRIDES
607607
value: kube-apiserver kube-controller-manager kube-scheduler
608-
# KUBE_GORUNNER_IMAGE is the default for the images of those components.
609-
# We need something with libc. The same kubekins as for the job is used
610-
# because it is expected to get updated automatically.
611-
- name: KUBE_GORUNNER_IMAGE
612-
value: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
613608
# At the default verbosity level 4 some logs become so large (for example, kube-apiserver
614609
# logs each HTTP request) that a post-run analysis only sees an incomplete tail of the
615610
# logs. Let's use the "recommended default log level for most systems" (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md#what-method-to-use).

0 commit comments

Comments
 (0)