From 49d0c6f49da170cd6904e80ea281c0411c5af613 Mon Sep 17 00:00:00 2001 From: ChristophSchranz Date: Sat, 21 Nov 2020 13:57:48 +0100 Subject: [PATCH] undo changes that uses cpu node as default --- .staroid/k8s.yaml | 2 +- .staroid/staroid.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.staroid/k8s.yaml b/.staroid/k8s.yaml index 2b9309b..a705a62 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: standard-2 + pod.staroid.com/instance-type: gpu-1 spec: automountServiceAccountToken: true securityContext: diff --git a/.staroid/staroid.yaml b/.staroid/staroid.yaml index 6a5f2f3..9472348 100644 --- a/.staroid/staroid.yaml +++ b/.staroid/staroid.yaml @@ -15,7 +15,7 @@ deploy: - name: "Instance type" description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability." type: STRING - defaultValue: standard-2 + defaultValue: gpu-1 options: - name: standard-2 (2CPU, 8GB Mem) value: standard-2