change exit code
parent
e60d9d0fa8
commit
ec24edabdc
|
@ -853,7 +853,7 @@ var guestIssues = []match{
|
|||
{
|
||||
Kind: Kind{
|
||||
ID: "GUEST_PROVISION_NOSPACE",
|
||||
ExitCode: ExGuestError,
|
||||
ExitCode: ExInsufficientStorage,
|
||||
Advice: "Ensure you have at least 20GB of free disk space.",
|
||||
},
|
||||
// https://github.com/kubernetes/minikube/issues/10482
|
||||
|
|
Loading…
Reference in New Issue