improve warning wording
parent
83c265bdae
commit
847b7731c6
|
@ -472,7 +472,7 @@ func generateNewConfigFromFlags(cmd *cobra.Command, k8sVersion string, rtime str
|
|||
}
|
||||
|
||||
if driver.IsQEMU(drvName) && viper.GetString(network) == "socket" {
|
||||
out.WarningT("--driver=qemu with --network=socket for 'socket_vmnet' is experimental")
|
||||
out.WarningT("Using qemu with --network=socket for 'socket_vmnet' is experimental")
|
||||
}
|
||||
|
||||
checkNumaCount(k8sVersion)
|
||||
|
|
Loading…
Reference in New Issue