unque code for disk space

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

View File

@ -854,7 +854,7 @@ var guestIssues = []match{
Kind: Kind{ Kind: Kind{
ID: "GUEST_PROVISION_NOSPACE", ID: "GUEST_PROVISION_NOSPACE",
ExitCode: ExGuestError, ExitCode: ExGuestError,
Advice: "Ensure your disk space is not full", Advice: "Ensure you have at least 20GB of free disk space.",
}, },
// https://github.com/kubernetes/minikube/issues/10482 // https://github.com/kubernetes/minikube/issues/10482
Regexp: re(`no space left on device`), Regexp: re(`no space left on device`),