Skip to content

Commit 4bfb726

Browse files
committed
nodeinstaller: increase Kata agent dial timeout
This is necessary for GPU-enabled containers, which may pull their images for a lot longer, given they sometimes include model weights, which are costly storage-wise.
1 parent df9aef5 commit 4bfb726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodeinstaller/internal/constants/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func KataRuntimeConfig(baseDir string, platform platforms.Platform, qemuExtraKer
101101
config.Hypervisor["qemu"]["cold_plug_vfio"] = "root-port"
102102
// GPU images tend to be larger, so give a better default timeout that
103103
// allows for pulling those.
104+
config.Agent["kata"]["dial_timeout"] = 600
104105
config.Runtime["create_container_timeout"] = 600
105106
}
106107
default:

0 commit comments

Comments
 (0)