mirror of https://github.com/k3s-io/k3s
Pull in parallel for CRI
parent
8010a24c91
commit
a11ac8cc40
|
@ -82,6 +82,7 @@ func kubelet(cfg *config.Agent) {
|
|||
if cfg.RuntimeSocket != "" {
|
||||
args = append(args, "--container-runtime", "remote")
|
||||
args = append(args, "--container-runtime-endpoint", cfg.RuntimeSocket)
|
||||
args = append(args, "--serialize-image-pulls=false")
|
||||
}
|
||||
if cfg.ListenAddress != "" {
|
||||
args = append(args, "--address", cfg.ListenAddress)
|
||||
|
|
Loading…
Reference in New Issue