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