Update pkg/minikube/reason/reason.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15079/head
Товарищ программист 2023-06-10 21:43:00 +08:00 committed by GitHub
parent dbbed77623
commit 16c155fce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ var (
SvcCheckTimeout = Kind{ID: "SVC_CHECK_TIMEOUT", ExitCode: ExSvcTimeout}
// minikube was unable to access a service
SvcTimeout = Kind{ID: "SVC_TIMEOUT", ExitCode: ExSvcTimeout}
// minikube finds that the service has not available pods
// minikube found that the service has no available pods
SvcUnreachable = Kind{ID: "SVC_UNREACHABLE", ExitCode: ExSvcNotFound}
// minikube failed to list services for the specified namespace
SvcList = Kind{ID: "SVC_LIST", ExitCode: ExSvcError}