From 28d6bdc3a9e7aabb811c2019fdca79560a7cd6c3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 21 Aug 2025 14:50:31 -0500 Subject: [PATCH] kitchen: Pin to amd64 nodes There is not (currently) an aarch64 build of the kitchen screen server, so we need to force the pod to run on a x86_64 node. This seems a good candidate for running on a Raspberry Pi, so I should go ahead and build a multi-arch image. --- kitchen/kitchen.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitchen/kitchen.yaml b/kitchen/kitchen.yaml index d955e1e..a807913 100644 --- a/kitchen/kitchen.yaml +++ b/kitchen/kitchen.yaml @@ -49,6 +49,8 @@ spec: mountPath: /kitchen.yaml subPath: config.yaml readOnly: true + nodeSelector: + kubernetes.io/arch: amd64 securityContext: runAsNonRoot: true runAsUser: 17402