Remove startup error message on older version of ISO, sent to log instead
parent
3198d106dc
commit
c4c05a78eb
|
@ -373,7 +373,7 @@ func provisionWithDriver(cmd *cobra.Command, ds registry.DriverState, existing *
|
|||
func validateBuiltImageVersion(r command.Runner) {
|
||||
res, err := r.RunCmd(exec.Command("cat", "/version.json"))
|
||||
if err != nil {
|
||||
out.WarningT("Unable to open version.json: {{.error}}", out.V{"error": err})
|
||||
klog.Warningf("Unable to open version.json: %s", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue