Created directories in /var/lib/kubelet directly.

This commit is contained in:
Jan Safranek
2018-05-22 12:56:25 +02:00
parent 9f80de3772
commit a8a37fb714
3 changed files with 25 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ import (
type NsenterMounter struct{}
func NewNsenterMounter() (*NsenterMounter, error) {
func NewNsenterMounter(rootDir string) (*NsenterMounter, error) {
return &NsenterMounter{}, nil
}