MC

Results 4 comments of MC

The easy way is mount requirement.txt ``` docker-compose volumes: - ./requirements.txt:/requirements.txt ``` requirement.txt: ``` apache-airflow[gcp]==1.10.12 ```

I think There should be some kind of warning if the array has the same timestamp? https://node-influx.github.io/file/src/index.js.html#lineNumber680 See here line 701 ```if (timestamp !== undefined)```

What is the best way to change the netmask on a running k3s? Currently default cni0 adaptor is masked at /24 means I could only `--kubelet-arg max-pods=254` at maximum Currently...

I use docker-compose heres the docker-compose.yaml It's much easier to setup this way on any machine ``` services: miner_1: image: masterroshi/monero-miner restart: always environment: - POOL_URL=gulf.moneroocean.stream:10001 - POOL_USER=mymonero_public_key - POOL_PW=name:x...