Skip to content

Commit 5dce1ad

Browse files
Fix formatting of kubectl apply command
1 parent 4d5c813 commit 5dce1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OKE_NPD_DEPLOY.md

Lines changed: 1 addition & 1 deletion
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://raw.githubusercontent.com/oracle-quickstart/oci-gpu-scanner/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.

0 commit comments

Comments
 (0)