mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Merge pull request #103763 from chendave/runtime
Using full url format as runtime endpoint
This commit is contained in:
@@ -165,7 +165,7 @@ func GetHollowKubeletConfig(opt *HollowKubletOptions) (*options.KubeletFlags, *k
|
||||
f.RegisterNode = true
|
||||
f.RegisterSchedulable = true
|
||||
f.RegisterWithTaints = opt.RegisterWithTaints
|
||||
f.RemoteImageEndpoint = "/run/containerd/containerd.sock"
|
||||
f.RemoteImageEndpoint = "unix:///run/containerd/containerd.sock"
|
||||
|
||||
// Config struct
|
||||
c, err := options.NewKubeletConfiguration()
|
||||
|
Reference in New Issue
Block a user