We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1a96db + 811476a commit 546fda9Copy full SHA for 546fda9
pkg/cmd/server/kubernetes/node.go
@@ -134,6 +134,8 @@ func (c *NodeConfig) RunKubelet() {
134
}
135
136
c.KubeletConfig.DockerClient = c.DockerClient
137
+ // updated by NodeConfig.EnsureVolumeDir
138
+ c.KubeletConfig.RootDirectory = c.VolumeDir
139
glog.Fatal(c.KubeletServer.Run(c.KubeletConfig))
140
141
0 commit comments