change exit code

pull/10837/head
Medya Gh 2021-03-15 14:41:19 -07:00
parent e60d9d0fa8
commit ec24edabdc
1 changed files with 1 additions and 1 deletions

View File

@ -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