Skip to content

Commit 3811bd0

Browse files
Merge pull request #72 from oracle-quickstart/active-health-checks-readme-fix
Active health checks readme fix
2 parents d146dbe + e89ef6c commit 3811bd0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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
```

manifests/active-health-checks/active-health-checks-nccl-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ spec:
770770
failedJobsHistoryLimit: 0
771771
jobTemplate:
772772
spec:
773+
backoffLimit: 1
773774
template:
774775
spec:
775776
serviceAccountName: active-health-checks-runner

0 commit comments

Comments
 (0)