未验证 提交 66822834 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #10837 from medyagh/guest_prov_break

Unique error code for no disk space
......@@ -850,6 +850,15 @@ var internetIssues = []match{
}
var guestIssues = []match{
{
Kind: Kind{
ID: "GUEST_PROVISION_NOSPACE",
ExitCode: ExInsufficientStorage,
Advice: "Ensure you have at least 20GB of free disk space.",
},
// https://github.com/kubernetes/minikube/issues/10482
Regexp: re(`no space left on device`),
},
{
Kind: Kind{
ID: "GUEST_KIC_CP_PUBKEY",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册