Skip to content

Commit 82c6dd3

Browse files
committed
add CFO check in doc
Signed-off-by: James Busche <[email protected]>
1 parent f5efdf5 commit 82c6dd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: test/perf-test/simulatingnodesandappwrappers.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,14 @@ kubectl version --short=true
143143
kubectl get pods -n kube-system
144144
```
145145

146-
### 0.3 Requires that the MCAD controller is already installed
146+
### 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
147147
```
148148
kubectl get pods -A |grep mcad-controller
149149
```
150+
or
151+
```
152+
kubectl get pod -A |grep codeflare-operator-manager
153+
```
150154

151155
### 0.4 Install podman, jq, etc...
152156
```

0 commit comments

Comments
 (0)