code review comments

pull/7490/head
Priya Wadhwa 2020-04-07 15:00:28 -07:00
parent b509d69182
commit accba6aa7f
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ func (d *Driver) Create() error {
if err := oci.ExtractTarballToVolume(download.TarballPath(d.NodeConfig.KubernetesVersion, d.NodeConfig.ContainerRuntime), params.Name, BaseImage); err != nil {
glog.Infof("Unable to extract preloaded tarball to volume: %v", err)
} else {
glog.Infof("Took %f seconds to extract preloaded images to volume", time.Since(t).Seconds())
glog.Infof("duration metric: took %f seconds to extract preloaded images to volume", time.Since(t).Seconds())
}
}()