Skip to content

Commit 4d5c813

Browse files
Update NPD DaemonSet installation URL
1 parent b914618 commit 4d5c813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OKE_NPD_DEPLOY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kubectl label node <nodeIP e.g 10.0.65.72> oci.oraclecloud.com/oke-node-problem-
1919
Install the NPD DaemonSet.
2020

2121
```bash
22-
kubectl apply -f https://github.com/oracle-quickstart/oci-gpu-scanner/blob/main/existing_cluster_deploy/oke-node-problem-detector.yaml
22+
kubectl apply -f [https://raw.githubusercontent.com/oracle-quickstart/oci-gpu-scanner/main/existing_cluster_deploy/oke-node-problem-detector.yaml]
2323
```
2424

2525
Verify that NPD DaemonSet has been installed successfully and running.
@@ -36,4 +36,4 @@ To remove the NPD from an OKE cluster, run the below command
3636

3737
```bash
3838
kubectl delete -f https://github.com/oracle-quickstart/oci-gpu-scanner/blob/main/existing_cluster_deploy/oke-node-problem-detector.yaml
39-
```
39+
```

0 commit comments

Comments
 (0)