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.
This commit is contained in:
@@ -49,6 +49,8 @@ spec:
|
|||||||
mountPath: /kitchen.yaml
|
mountPath: /kitchen.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 17402
|
runAsUser: 17402
|
||||||
|
|||||||
Reference in New Issue
Block a user