You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should return whether the events were emited. The result will depend on the deployment status.
e.g. if the TrustyAIService was successfully deployed, but there's still no InferenceService, the result should be:
Add Kubernetes events to the TrustyAIService:
The Ready condition has also been refactored, in order to be set only at the end of a successful (for the Readiness criteria) reconcilition.
By moving the Readiness check as the last step of the reconciliation, this PR also addresses #76.
Validation
Assuming
test
TrustyAIService
deployed in testRunning this script
Should return whether the events were emited. The result will depend on the deployment status.
e.g. if the
TrustyAIService
was successfully deployed, but there's still noInferenceService
, the result should be:The text was updated successfully, but these errors were encountered: