Skip to content

Commit

Permalink
add CFO check in doc
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
  • Loading branch information
jbusche committed Oct 6, 2023
1 parent f5efdf5 commit 82c6dd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/perf-test/simulatingnodesandappwrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
```
Expand Down

0 comments on commit 82c6dd3

Please sign in to comment.