mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 17:29:44 +00:00
Move the container runtime ready channel into the executor interface, instead of passing it awkwardly between server and agent config structs
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit a8bc412422)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
7 lines
78 B
Go
7 lines
78 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package cri
|
|
|
|
const socketPrefix = "unix://"
|