From 749b674f33193608bef67d365b97285a26e2cfb2 Mon Sep 17 00:00:00 2001 From: ChristophSchranz Date: Sat, 21 Nov 2020 13:49:05 +0100 Subject: [PATCH] allow cpu nodes as host machine --- .staroid/k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.staroid/k8s.yaml b/.staroid/k8s.yaml index a705a62..2b9309b 100644 --- a/.staroid/k8s.yaml +++ b/.staroid/k8s.yaml @@ -15,7 +15,7 @@ spec: app: jupyter pod.staroid.com/isolation: dedicated # see https://docs.staroid.com/ske/pod.html#pod for more available options pod.staroid.com/spot: "false" - pod.staroid.com/instance-type: gpu-1 + pod.staroid.com/instance-type: standard-2 spec: automountServiceAccountToken: true securityContext: