File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The manifest assumes there's a namespace called `monitoring`. If you want to dep
2727
28281 . ** 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
33332 . ** Run ad-hoc test**
@@ -46,7 +46,7 @@ The manifest assumes there's a namespace called `monitoring`. If you want to dep
4646
47474 . ** 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 ```
You can’t perform that action at this time.
0 commit comments