1
0
Fork 0

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.
pull/83/head
Dustin 2025-08-21 14:50:31 -05:00
parent e4f3e8254e
commit 28d6bdc3a9
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ spec:
mountPath: /kitchen.yaml
subPath: config.yaml
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
securityContext:
runAsNonRoot: true
runAsUser: 17402