提交 dd31af54 编写于 作者: M Medya Gh

Provide unique error code for not copyable cert for kic

上级 ff0e25ad
......@@ -850,6 +850,16 @@ var internetIssues = []match{
}
var guestIssues = []match{
{
Kind: Kind{
ID: "GUEST_KIC_CP_PUBKEY",
ExitCode: ExGuestError,
Advice: "Ensure the tmp directory path is writable to the current user.",
Issues: []int{10772},
},
// copying pub key: docker copy /var/folders/s8/wxxccj3x7mncysv_zzm5w_r400h78j/T/tmpf-memory-asset645583169 into minikube:/home/docker/.ssh/authorized_keys, output: lstat /private/var/folders/s8/wxxccj3x7mncysv_zzm5w_r400h78j/T/tmpf-memory-asset645583169: no such file or directory
Regexp: re(`copying pub key:*.* no such file or directory`),
},
{
Kind: Kind{
ID: "GUEST_KVM2_NO_DOMAIN",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册