Add probes

Add arr stuff
This commit is contained in:
Marc Fokkert
2024-08-28 21:41:24 +02:00
parent cd0fa7b17d
commit 8385f55f10
16 changed files with 8912 additions and 661 deletions

View File

@@ -7,15 +7,16 @@ Run `terraform init`
Terraform cannot create a qnet network, so we do it manually and then import into Terraform.
```
dockerx.bat network create -d qnet --ipam-driver=qnet --ipam-opt=iface=eth0 --subnet=192.168.2.0/24 --gateway=192.168.2.1 terraform-static-eth1-shared
dockerx.bat network create -d qnet --ipam-driver=qnet --ipam-opt=iface=eth1 --subnet=192.168.2.0/24 --gateway=192.168.2.1 terraform-static-eth1-shared
```
```
terraform import docker_network.bridge f9cf6469837bece2c688b65787869af240fcffa95d9d5d3a71a0c4da119e5edc
terraform import docker_network.bridge 2496ee986cdc
terraform import docker_network.host 193a71332c99
```
## Run considerations
If updating remotely using wireguard, note that it is also run on docker.
So it will cause the tunnel to disconnect. Not sure how to handle this, yet.
Probably not run terraform apply locally and instead run it in a CI solution?
Probably not run terraform apply locally and instead run it in a CI solution?