Compare commits
3 Commits
5f878bf330
...
289936b9b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 289936b9b8 | |||
| afb411347d | |||
| 6ee06f8008 |
@ -19,8 +19,6 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
source:
|
source:
|
||||||
chart: rook-ceph
|
chart: rook-ceph
|
||||||
repoURL: https://charts.rook.io/release
|
repoURL: https://charts.rook.io/release
|
||||||
@ -33,4 +31,4 @@ spec:
|
|||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
enableDiscoveryDaemon: true
|
enableDiscoveryDaemon: true
|
||||||
discoveryDaemonInterval: 6h
|
discoveryDaemonInterval: 10m
|
||||||
|
|||||||
3
talos/nodes/veda-1.yaml
Normal file
3
talos/nodes/veda-1.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
machine:
|
||||||
|
network:
|
||||||
|
hostname: veda-1
|
||||||
3
talos/nodes/veda-2.yaml
Normal file
3
talos/nodes/veda-2.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
machine:
|
||||||
|
network:
|
||||||
|
hostname: veda-2
|
||||||
3
talos/nodes/veda-3.yaml
Normal file
3
talos/nodes/veda-3.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
machine:
|
||||||
|
network:
|
||||||
|
hostname: veda-3
|
||||||
3
talos/nodes/veda-4.yaml
Normal file
3
talos/nodes/veda-4.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
machine:
|
||||||
|
network:
|
||||||
|
hostname: veda-4
|
||||||
@ -195,6 +195,7 @@ machine:
|
|||||||
# # Look up disk using disk attributes like model, size, serial and others.
|
# # Look up disk using disk attributes like model, size, serial and others.
|
||||||
diskSelector:
|
diskSelector:
|
||||||
size: '<= 1TB' # Disk size.
|
size: '<= 1TB' # Disk size.
|
||||||
|
type: ssd
|
||||||
# model: WDC* # Disk model `/sys/block/<dev>/device/model`.
|
# model: WDC* # Disk model `/sys/block/<dev>/device/model`.
|
||||||
# busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0 # Disk bus path.
|
# busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0 # Disk bus path.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user