From 346acc41337d494927bf7bda610fb7312223532f Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Thu, 26 Mar 2020 08:32:43 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index 8cfd8f8..c452f36 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -44,12 +44,12 @@ spec: persistentVolumeClaim: claimName: modeltraining - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: gpu-type - operator: In # Use NotIn for other types - values: - - M40 + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: gpu-type + # operator: In # Use NotIn for other types + # values: + # - M40 -- GitLab