Skip to content

Commit 4456664

Browse files
committed
autopilot extended setup
1 parent 21a42fc commit 4456664

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Diff for: setup.KubeConEU25/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,22 @@ We reserve 8 GPUs out of 24 for MLBatch's slack queue.
286286

287287
### Autopilot Extended Setup
288288

289-
TODO
289+
It is possible to configure Autopilot so that it will test PVC creation and deletion given a storage class name.
290+
291+
```bash
292+
cat << EOF >> autopilot-extended.yaml
293+
env:
294+
- name: "PERIODIC_CHECKS"
295+
value: "pciebw,remapped,dcgm,ping,gpupower,pvc"
296+
- name: "PVC_TEST_STORAGE_CLASS"
297+
value: "nfs-client-pokprod"
298+
```
299+
300+
Then reapply the helm chart, this will start a rollout update.
301+
302+
```bash
303+
helm upgrade autopilot autopilot/autopilot --install --namespace=autopilot --create-namespace -f autopilot-extended.yaml
304+
```
290305
291306
### MLBatch Teams Setup
292307

0 commit comments

Comments
 (0)