Skip to content

Commit a214007

Browse files
committed
Merge remote-tracking branch 'upstream/main' into traefik-fallback-service
2 parents 5db7326 + ee52b2f commit a214007

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

charts/longhorn/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Source:
2525
* https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/
2626
* https://longhorn.io/docs/1.8.1/nodes-and-volumes/nodes/default-disk-and-node-config/#customizing-default-disks-for-new-nodes
2727

28+
### How to configure disks for LH
29+
30+
As of now, we follow the same approach we use for `/docker` folder (via ansible playbook) but we use `/longhorn` folder name
31+
32+
Issue asking LH to clearly document requirements: https://github.com/longhorn/longhorn/issues/11125
33+
2834
### Can workloads be run on nodes where LH is not installed?
2935

3036
Workloads can run on nodes without LH as long as LH is not restricted to specific nodes via the `nodeSelector` or `systemManagedComponentsNodeSelector` settings. If LH is configured to run on specific nodes, workloads can only run on those nodes.

scripts/provisionDatabase/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ python-dotenv==0.20.0
1111
requests==2.32.4
1212
tenacity==8.0.1
1313
typer==0.4.1
14-
urllib3==1.26.19
14+
urllib3==2.5.0
1515
websocket-client==1.3.2
1616
zipp==3.19.1

services/monitoring/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ services:
326326
memory: 64M
327327
cpus: "0.1"
328328
postgres-exporter:
329-
image: bitnami/postgres-exporter:0.15.0
329+
image: bitnami/postgres-exporter:0.17.1
330330
networks:
331331
- monitored
332332
environment:

0 commit comments

Comments
 (0)