Skip to content

Commit d20e076

Browse files
committed
removed the EndpointPickerNotHealthy condition form pool status
1 parent 10133ba commit d20e076

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

api/v1alpha2/inferencepool_types.go

-7
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ const (
232232
//
233233
// * "Ready"
234234
//
235-
// Possible reasons for this condition to be False are:
236-
//
237-
// * "EndpointPickerNotHealthy"
238-
//
239235
// Possible reasons for this condition to be Unknown are:
240236
//
241237
// * "Pending"
@@ -245,9 +241,6 @@ const (
245241
// PoolReasonReady is the desired state. The pool and its components are initialized and ready for traffic.
246242
PoolReasonReady InferencePoolConditionReason = "Ready"
247243

248-
// PoolReasonEPPNotHealthy is used when the EPP has not yet passed health checks, or has started failing them.
249-
PoolReasonEPPNotHealthy InferencePoolConditionReason = "EndpointPickerNotHealthy"
250-
251244
// PoolReasonPending is the initial state, and indicates that the controller has not yet reconciled this pool.
252245
PoolReasonPending InferencePoolConditionReason = "Pending"
253246
)

0 commit comments

Comments
 (0)