Skip to content

Commit 1ae0b36

Browse files
committed
sig-testing: remove KUBE_GORUNNER_IMAGE override
To support running dynamically linked control plane components, the base image had to be overridden. kubernetes/kubernetes#133972 ensures that this happens automatically, so we no longer need to do it in the job. That's good because it's not clear in the job which image should be used.
1 parent 5403aee commit 1ae0b36

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)