improved regex

pull/11529/head
Steven Powell 2021-05-27 15:06:24 -07:00
parent 5be0d5fe9f
commit 8ce4e36295
1 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ var providerIssues = []match{
}, },
{ {
Kind: Kind{ Kind: Kind{
ID: "PR_DOCKER_UNSUPPORTED", ID: "PR_DOCKER_VER_UNSUPPORTED",
ExitCode: ExProviderError, ExitCode: ExProviderError,
Advice: "Update Docker to the latest minor version, this version is unsupported", Advice: "Update Docker to the latest minor version, this version is unsupported",
Issues: []int{10362}, Issues: []int{10362},
@ -1022,7 +1022,7 @@ var guestIssues = []match{
Advice: "Your minikube certs likely expired, as a workaround, clear your minikube home dir `minikube delete --all --purge`", Advice: "Your minikube certs likely expired, as a workaround, clear your minikube home dir `minikube delete --all --purge`",
Issues: []int{10948}, Issues: []int{10948},
}, },
Regexp: re(`controlPlane never updated to`), Regexp: re(`wait 6m0s for node: wait for healthy API server: controlPlane never updated to`),
}, },
{ {
Kind: Kind{ Kind: Kind{