cluster

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

commit 0f9176924b385f0789462a4eb71b07fe3826c4ad
parent 8b4c5df9919b33acbaf99fcaa4991f577476b5a0
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 12:11:24 +0200

meow?

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/image-builder/buildkitd-statefulset.yaml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml b/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml @@ -50,6 +50,8 @@ spec: - name: docker-config mountPath: /root/.docker readOnly: true + - name: containerd-sock + mountPath: /run/containerd volumes: - name: docker-config secret: @@ -57,3 +59,7 @@ spec: items: - key: dockerconfig.json path: config.json + - name: containerd-sock + hostPath: + path: /run/containerd + type: Directory