Update pkg/minikube/reason/reason.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/15079/head
parent
dbbed77623
commit
16c155fce8
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue