Jeoffrey B.
Jeoffrey B.
Hi, I just found a big torrent file : 4,3 Mb. When I'm adding it to Flood, I have this in my javascript console : `POST https://flood_adress/api/client/add-files 413 (Request Entity...
Hi, I'm not sure how to use Kerberos with Airflow in a Kubernetes environment. Do I need to store the keytab in a secret in K8S ? Or rebuild airflow's...
Hi, I'm using this yaml for testing my Debian container : ``` commandTests: - name: "package_locales" command: "dpkg" args: ["-l", "locales" ] exit_code: 0 - name: "package_htop" command: "dpkg" args:...
I just installed airflow-prometheus on my Airflow setup with Kubernetes : ``` airflow@airflow-uat-test2-web-6db768d5d5-rwjzd:/opt/airflow$ airflow version 2.0.1 airflow@airflow-uat-test2-web-6db768d5d5-rwjzd:/opt/airflow$ pip freeze | grep airflow airflow-exporter==1.5.1 apache-airflow @ file:///opt/airflow apache-airflow-providers-apache-cassandra==1.0.1 apache-airflow-providers-apache-hdfs==1.0.1 ``` I'm...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=59149170) Hi, I saw this in github's readme : ``` Medusa currently does not support (but we would gladly accept help with changing that): Cassandra deployments with multiple...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4 - Ruby: - Distribution: Debian Stretch - Module version: 3.2.0 ## How to reproduce (e.g Puppet code you use)...
Hi there, I'm using the last version of dag factory, and I'm trying to use it with DockerOperator. I can't find how to mount a custom volume in my DockerOperator....