mirror of https://github.com/k3s-io/k3s
Add workaround for containerd hosts.toml bug
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit f2961fb5d2
)
pull/9939/head
parent
b8b95493af
commit
44e77dacc6
|
@ -60,7 +60,7 @@ skip_verify = true
|
|||
{{- end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
[host]
|
||||
{{ range $e := .Endpoints -}}
|
||||
[host."{{ $e.URL }}"]
|
||||
capabilities = ["pull", "resolve"]
|
||||
|
|
Loading…
Reference in New Issue