From b989a7898eca326b67b0d6eeb6d57474e439cc47 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 27 Jul 2025 18:18:37 -0500 Subject: [PATCH] 20125: Pin to amd64 nodes There is no ARM build of the 20125 `status-server`, so we have to pin the pod to amd64 nodes to prevent it from being scheduled on a Raspberry Pi. --- 20125/status-server.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/20125/status-server.yaml b/20125/status-server.yaml index 82d7fbe..fb63adf 100644 --- a/20125/status-server.yaml +++ b/20125/status-server.yaml @@ -38,6 +38,8 @@ spec: name: config subPath: config.yml readOnly: True + nodeSelector: + kubernetes.io/arch: amd64 imagePullSecrets: - name: imagepull-gitea volumes: