From 3968c36e3562782e4bda7c0685341a86bd9ee4e2 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Fri, 18 Aug 2023 14:50:45 +0200 Subject: [PATCH] Update description. --- deploy/crds/vms-crd.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deploy/crds/vms-crd.yaml b/deploy/crds/vms-crd.yaml index 7a3162e..406a5cf 100644 --- a/deploy/crds/vms-crd.yaml +++ b/deploy/crds/vms-crd.yaml @@ -48,7 +48,13 @@ spec: type: string resources: description: >- - Compute Resources required by this VM. + Define the Compute Resources required by this VM. + This overrides the automnatically generated defaults. + Note that the format has been defined differently from + the usage in Kubernetes. "m" is not supported because + of its known ambiguity (and "0.4" is shorter than "400m" + anyway). Single letter memory sizes are ambiguous as + well (expect for "B"). type: object properties: limits: