pull/20520/merge
Filip "Ret2Me" Poplewski 2025-11-13 10:51:45 -08:00 committed by GitHub
commit b2f08ab012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1213,7 +1213,7 @@ var controlPlaneIssues = []match{
ID: "K8S_APISERVER_MISSING", ID: "K8S_APISERVER_MISSING",
ExitCode: ExControlPlaneNotFound, ExitCode: ExControlPlaneNotFound,
Advice: "Check that the provided apiserver flags are valid, and that SELinux is disabled", Advice: "Check that the provided apiserver flags are valid, and that SELinux is disabled",
Issues: []int{4536, 6014}, Issues: []int{4536, 6014, 20518},
}, },
Regexp: re(`apiserver process never appeared`), Regexp: re(`apiserver process never appeared`),
}, },