From f2961fb5d24cb6f663f17d9ca7ef2c5c23a0495c Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 1 Apr 2024 23:09:26 +0000 Subject: [PATCH] Add workaround for containerd hosts.toml bug Signed-off-by: Brad Davidson --- pkg/agent/templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/templates/templates.go b/pkg/agent/templates/templates.go index 82eb1ab4ac..c910fb61b9 100644 --- a/pkg/agent/templates/templates.go +++ b/pkg/agent/templates/templates.go @@ -60,7 +60,7 @@ skip_verify = true {{- end }} {{ end }} {{ end }} - +[host] {{ range $e := .Endpoints -}} [host."{{ $e.URL }}"] capabilities = ["pull", "resolve"]