Skip to content

Commit b4d8ec2

Browse files
Update running-active-health-checks.md
1 parent d146dbe commit b4d8ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-active-health-checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The manifest assumes there's a namespace called `monitoring`. If you want to dep
2727

2828
1. **Apply manifests**
2929
```bash
30-
kubectl apply -f https://github.com/oracle-quickstart/oci-hpc-oke/tree/main/manifests/active-health-checks/active-health-checks-nccl-tests.yaml
30+
kubectl apply -f https://raw.githubusercontent.com/oracle-quickstart/oci-hpc-oke/refs/heads/main/manifests/active-health-checks/active-health-checks-nccl-tests.yaml
3131
```
3232

3333
2. **Run ad-hoc test**
@@ -46,7 +46,7 @@ The manifest assumes there's a namespace called `monitoring`. If you want to dep
4646

4747
4. **Clean up**
4848
```bash
49-
kubectl delete job -n monitoring -l job-name
49+
kubectl delete job -n monitoring -l <job-name>
5050

5151
kubectl delete cronjob active-health-checks-nccl-tests-applier -n monitoring
5252
```

0 commit comments

Comments
 (0)