Compare commits

...

3 Commits

6 changed files with 14 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
machine:
network:
hostname: veda-1

3
talos/nodes/veda-2.yaml Normal file
View File

@ -0,0 +1,3 @@
machine:
network:
hostname: veda-2

3
talos/nodes/veda-3.yaml Normal file
View File

@ -0,0 +1,3 @@
machine:
network:
hostname: veda-3

3
talos/nodes/veda-4.yaml Normal file
View File

@ -0,0 +1,3 @@
machine:
network:
hostname: veda-4

View File

@ -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.