shy-football-16967
02/13/2023, 8:03 AMECS containers should be limited to read-only access to root filesystems, so I tried to add ReadonlyRootFilesystem: true to metaflow cf template's TaskDefinition, and this renders Metaflow unusable (deployment also has issues). Wondering if it is possible to enable the read-only to root while still able to deploy and use Metaflow as designed. Someone also posted this question in github issues, link here: https://github.com/Netflix/metaflow/issues/1257square-wire-39606
02/13/2023, 10:58 PMaverage-beach-28850
02/14/2023, 2:45 AMshy-football-16967
02/14/2023, 3:12 AMaverage-beach-28850
02/14/2023, 3:34 AMshy-football-16967
02/14/2023, 3:46 AMaverage-beach-28850
02/14/2023, 3:56 PMaverage-beach-28850
02/14/2023, 7:52 PMpublic.ecr.aws/outerbounds/metaflow_metadata_service:v2.2.4-20-ga13e300-obp instead of the one provided with the template and add Command to task definition of the Metadata Service :
Command:
[
"/opt/latest/bin/python3",
"-m",
"services.metadata_service.server",
]
you can look at UI server task definition to see where that custom command goesshy-football-16967
02/14/2023, 10:35 PMaverage-beach-28850
02/14/2023, 10:38 PMEnableUIshy-football-16967
02/14/2023, 10:41 PMfalse for EnableUI . There is task definition for UI, TaskDefinitionUIService that's still created, which don't seem to be used anywhere due to EnableUI condition, I assume its ok to just comment the whole section?average-beach-28850
02/14/2023, 10:43 PMshy-football-16967
02/15/2023, 12:56 AMshy-football-16967
02/15/2023, 12:57 AMaverage-beach-28850
02/15/2023, 1:10 AMshy-football-16967
02/15/2023, 1:11 AMshy-football-16967
02/15/2023, 1:15 AMaverage-beach-28850
02/15/2023, 1:19 AM