From c6260b09d6eb1f041e2239b6b9ba73254d0b5075 Mon Sep 17 00:00:00 2001 From: James Busche Date: Fri, 6 Oct 2023 10:32:18 -0700 Subject: [PATCH] add CFO check in doc Signed-off-by: James Busche --- test/perf-test/simulatingnodesandappwrappers.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/perf-test/simulatingnodesandappwrappers.md b/test/perf-test/simulatingnodesandappwrappers.md index 684458c9..ce6f6170 100644 --- a/test/perf-test/simulatingnodesandappwrappers.md +++ b/test/perf-test/simulatingnodesandappwrappers.md @@ -143,10 +143,14 @@ kubectl version --short=true kubectl get pods -n kube-system ``` -### 0.3 Requires that the MCAD controller is already installed +### 0.3 Requires that the MCAD controller is already installed, either as a standalone controller or as part of the integrated CodeFlare operator starting with Codeflare Operator v1.0.0-rc.1 ``` kubectl get pods -A |grep mcad-controller ``` +or +``` +kubectl get pod -A |grep codeflare-operator-manager +``` ### 0.4 Install podman, jq, etc... ```