From cb355aecfe4691dcd5ce5595d5d8ea71b351d7d7 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 26 Dec 2023 15:37:12 +0800 Subject: [PATCH] fix(kubevirt): can't resource req/lim with type? --- kube/deploy/vm/ad/template-dc/vm.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kube/deploy/vm/ad/template-dc/vm.yaml b/kube/deploy/vm/ad/template-dc/vm.yaml index e89e84c6..1c20d4d1 100644 --- a/kube/deploy/vm/ad/template-dc/vm.yaml +++ b/kube/deploy/vm/ad/template-dc/vm.yaml @@ -54,13 +54,13 @@ spec: protocol: "UDP" firmware: uuid: "${UUID}" - resources: - requests: - cpu: "100m" - memory: "8192Mi" - limits: - cpu: "2000m" - memory: "10240Mi" + # resources: + # requests: + # cpu: "100m" + # memory: "8192Mi" + # limits: + # cpu: "2000m" + # memory: "10240Mi" topologySpreadConstraints: - maxSkew: 1 topologyKey: "kubernetes.io/hostname"