metaflow-tools icon indicating copy to clipboard operation
metaflow-tools copied to clipboard

Tools and utilities for operating Metaflow in production

Results 19 metaflow-tools issues
Sort by recently updated
recently updated
newest added

When deploying the services using Azure Kubernetes and Airflow as an orchestrator, the liveness probe is failing for the Airflow Scheduler pod. ![image](https://user-images.githubusercontent.com/37203334/195686867-fa053c01-b24c-4a96-b816-0330b9303430.png) The issue is also described here: [Airflow...

Minor edit to instructions to avoid raising the below exception. ![image](https://user-images.githubusercontent.com/46906584/195438485-6abf671d-ccfb-49ec-977b-29c0a52c4f45.png)

It looks like the license in the root of the repo was moved in https://github.com/outerbounds/metaflow-tools/commit/cedca5aa12e38bdfa82a24bc6c251d4dd77124ea, and that sub-directories have contained individual licenses since then. They all appear to be under...

The Azure TF templates currently use this command to install Argo Workflows (old official quick start): `kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml` Unfortunately, we are pulling the latest master version...

https://outerbounds-community.slack.com/archives/C020U025QJK/p1677260030519259 via slack.outerbounds.co

The workflow would be for users to pass it in as a TF variable (e.g. in a tfvars file).

We can migrate to randomly generated pre or suffixes instead in TF. Motivation is that it turns out if org_prefix is too long, some final resource names can be too...

Hi, I'm facing a problem when deploying Metaflow in AKS. I'm following this tutorial https://outerbounds.com/engineering/deployment/azure-k8s/deployment/ when perfoming the step ``` terraform apply -target="module.infra" -var-file="FILE.tfvars" ``` Almost all the resources are...

Hi there! Wouldn't it be a nice user experience if you didn't have to manually register an ACM cert for the Metaflow UI? I believe that's possible now. I believe...