unque code for disk space
parent
5f514f2518
commit
e60d9d0fa8
|
@ -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`),
|
||||||
|
|
Loading…
Reference in New Issue