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
docs: replace MLflow test task with kubectl curl connectivity check
Per reviewer feedback — connectivity verification should be a simple
network check, not a full Uniflow task.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
You can also run a minimal test task that validates connectivity end-to-end. Submit it using your normal pipeline execution method, then check the logs for the output:
225
+
You can also verify end-to-end reachability from a task pod by running a connectivity check against the MLflow health endpoint:
226
226
227
-
```python
228
-
import os
229
-
import mlflow
230
-
import michelangelo.uniflow.core as uniflow
231
-
from michelangelo.uniflow.plugins.ray import RayTask
0 commit comments