From 0eac9db0b9dac348a1b8a3c08f3822be545b6f31 Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Thu, 14 Dec 2023 12:35:55 +0900 Subject: [PATCH] add missing step for selector on checker pod Signed-off-by: Sunyanan Choochotkaew --- health-check/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/health-check/README.md b/health-check/README.md index 0caa1471..434749e6 100644 --- a/health-check/README.md +++ b/health-check/README.md @@ -28,6 +28,7 @@ kubectl create ns multi-nic-cni-operator 4.1. (optional) specify node (agent) selector - Modify `agentSelector` in `./checker/configmap.yaml` + - Add the same selector for `.spec.template.spec.nodeSelector` in `./checker/deployment.yaml` 4.2. run deploy script