1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

add reset internal state to rollout worker (#421)

This commit is contained in:
shadiendrawis
2019-11-03 14:42:51 +02:00
committed by GitHub
parent e288a552dd
commit 6ca91b9090
2 changed files with 4 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ class Kubernetes(Deploy):
tty=True,
resources=k8sclient.V1ResourceRequirements(
limits={
"cpu": "40",
"cpu": "24",
"memory": "4Gi",
"nvidia.com/gpu": "1",
}
@@ -322,7 +322,7 @@ class Kubernetes(Deploy):
tty=True,
resources=k8sclient.V1ResourceRequirements(
limits={
"cpu": "8",
"cpu": "4",
"memory": "4Gi",
# "nvidia.com/gpu": "0",
}