From e5eb140d81687b06fde1705c0413d545f8e0e86a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 08:38:31 -0500 Subject: [PATCH] pin to n2 --- ci/podTemplate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index a11cb3b..faea83a 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -1,4 +1,6 @@ spec: + nodeSelector: + kubernetes.io/hostname: k8s-amd64-n2.pyrocufflink.blue containers: - name: python image: docker.io/python:3.10