Michael Tinsley
03/17/2023, 4:08 PMflyte-backend-flyte-binary-config
ConfigMap and everything looks correct
plugins:
k8s:
default-env-vars:
AWS_METADATA_SERVICE_NUM_ATTEMPTS: 20
AWS_METADATA_SERVICE_TIMEOUT: 5
MLFLOW_TRACKING_UI: <http://mlflow.mlflow.svc.cluster.local>
However, looking at the manifest of a task using the Flyte MLFlow plugin, the env vars look like
- name: aws_metadata_service_timeout
value: '5'
- name: mlflow_tracking_ui
value: <http://mlflow.mlflow.svc.cluster.local>
- name: aws_metadata_service_num_attempts
value: '20'
This is causing the MLFlow plugin to track locally as it can’t find MLFLOW_TRACKING_UI
Is this a bug or am I doing something wrong?Samhita Alla
Kevin Su
03/20/2023, 7:03 AMMichael Tinsley
03/20/2023, 8:14 AMKevin Su
03/20/2023, 4:02 PMMichael Tinsley
03/20/2023, 4:04 PMKevin Su
03/20/2023, 4:34 PMMichael Tinsley
03/30/2023, 8:14 AMDan Rammer (hamersaw)
03/30/2023, 3:05 PMMichael Tinsley
03/30/2023, 3:21 PMDan Rammer (hamersaw)
03/30/2023, 3:27 PMMichael Tinsley
03/30/2023, 3:31 PM