From 252e8a866fe9626cf3f71166e59489ffaa5b7291 Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Thu, 29 Aug 2024 10:13:32 +0800 Subject: [PATCH] node-agent config for pod resources Signed-off-by: Lyndon-Li --- design/vgdp-micro-service/vgdp-micro-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/vgdp-micro-service/vgdp-micro-service.md b/design/vgdp-micro-service/vgdp-micro-service.md index c6d1e117e..d40eda1e9 100644 --- a/design/vgdp-micro-service/vgdp-micro-service.md +++ b/design/vgdp-micro-service/vgdp-micro-service.md @@ -194,7 +194,7 @@ type PodResources struct { ``` The string values must mactch Kubernetes Quantity expressions; for each resource, the "request" value must not be larger than the "limit" value. Otherwise, if any one of the values fail, all the resource configurations will be ignored. -The configurations are loaded node-agent at start time, so users can change the values in the configMap any time, but the changes won't effect until node-agent restarts. +The configurations are loaded by node-agent at start time, so users can change the values in the configMap any time, but the changes won't effect until node-agent restarts. ## node-agent