From 0556ba08afc7d79683cfbc47112206080b986aed Mon Sep 17 00:00:00 2001 From: Cole Snodgrass Date: Tue, 17 Sep 2024 16:40:36 -0700 Subject: [PATCH] set JOB_MAIN_CONTAINER envs in low-resource-mode --- internal/cmd/local/local/install.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/cmd/local/local/install.go b/internal/cmd/local/local/install.go index b6c1ee8..0b6a1da 100644 --- a/internal/cmd/local/local/install.go +++ b/internal/cmd/local/local/install.go @@ -196,6 +196,8 @@ func (c *Command) Install(ctx context.Context, opts InstallOpts) error { "workload-launcher.env_vars.CHECK_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0", "workload-launcher.env_vars.DISCOVER_JOB_MAIN_CONTAINER_CPU_REQUEST=0", "workload-launcher.env_vars.DISCOVER_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0", + "workload-launcher.env_vars.JOB_MAIN_CONTAINER_CPU_REQUEST=0", + "workload-launcher.env_vars.JOB_MAIN_CONTAINER_MEMORY_REQUEST=0", "workload-launcher.env_vars.SPEC_JOB_MAIN_CONTAINER_CPU_REQUEST=0", "workload-launcher.env_vars.SPEC_JOB_MAIN_CONTAINER_MEMORY_REQUEST=0", "workload-launcher.env_vars.SIDECAR_MAIN_CONTAINER_CPU_REQUEST=0",