Hi all. Is there an up-to-date list of Metaflow co...
# ask-metaflow
c
Hi all. Is there an up-to-date list of Metaflow config environment variables and how they should be used? E.g., in various places I've come across
DEFAULT_CONTAINER_IMAGE
,
KUBERNETES_CONTAINER_IMAGE
, and
METAFLOW_KUBERNETES_CONTAINER_IMAGE
, but I would assume some of these are obsolete and I can't find them in the docs anywhere
1
1
v
we don't have a doc page for config yet (we should add it soon - thanks for the reminder!). Meanwhile take a look at the comments here https://github.com/Netflix/metaflow/blob/master/metaflow/metaflow_config.py#L237 Most of these variables get populated through
metaflow configure
regarding custom images specifically, you can take a look at this article
c
thanks!
👍 1