gray-ocean-62145
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?tall-lock-23197
glamorous-carpet-83516
03/20/2023, 7:03 AMgray-ocean-62145
03/20/2023, 8:14 AMglamorous-carpet-83516
03/20/2023, 4:02 PMgray-ocean-62145
03/20/2023, 4:04 PMglamorous-carpet-83516
03/20/2023, 4:34 PMglamorous-carpet-83516
03/20/2023, 6:45 PMgray-ocean-62145
03/30/2023, 8:14 AMhallowed-mouse-14616
03/30/2023, 3:05 PMgray-ocean-62145
03/30/2023, 3:21 PMhallowed-mouse-14616
03/30/2023, 3:27 PMhallowed-mouse-14616
03/30/2023, 3:28 PMgray-ocean-62145
03/30/2023, 3:31 PM