cluster

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

commit bf441f5ea7272e568eb436a9aafe218ee5d35893
parent cfa4d5ae33f800681d2a0f275f42966c1df44dc6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 16 Apr 2023 23:28:26 +0200

allow mds on control plane

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

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -406,6 +406,10 @@ spec: activeStandby: true # The affinity rules to apply to the mds deployment placement: + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane + operator: Exists # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: # nodeSelectorTerms: