cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 69c67481925aad01bcb42b40130c230a8c5d38cf
parent 97f0029ee7dca37f9a6f565c54427a1e7db4fbe2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 19 Jun 2023 10:31:35 +0200

Add last ceph instance to worker-1

Diffstat:
Mapps/base/rook/filesystem.yaml | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -154,6 +154,11 @@ spec: - effect: NoSchedule key: node-role.kubernetes.io/control-plane operator: Exists + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" + # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: @@ -322,6 +327,16 @@ spec: requests: cpu: "0" memory: "0Mi" + - name: "worker-1" + devices: # specific devices to use for storage can be specified for each node + - name: "/dev/sdb" + resources: + limits: + cpu: "2" + memory: "4096Mi" + requests: + cpu: "0" + memory: "0Mi" # - name: "nvme01" # multiple osds can be created on high performance devices # config: # osdsPerDevice: "5" @@ -426,6 +441,10 @@ spec: - effect: NoSchedule key: node-role.kubernetes.io/control-plane operator: Exists + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: # nodeSelectorTerms: