Skip to content

Commit f210d24

Browse files
authored
Merge pull request kubernetes#9 from mikeplavsky/patch-1
missing `create` for kubectl
2 parents e00514b + 4f40095 commit f210d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/oms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Workspace ID and Primary Key can be found inside the OMS Portal under Settin
4242
Run the following command to deploy the OMS agent to your Kubernetes nodes:
4343

4444
```
45-
kubectl -f omsagent-daemonset.yaml
45+
kubectl create -f omsagent-daemonset.yaml
4646
```
4747

4848
## Step 4
@@ -58,4 +58,4 @@ A new tile for the Container solution that you added appears on the Overview pag
5858

5959
![oms-portal](./images/oms-portal.png)
6060

61-
![coms-container-solution](./images/oms-container-solution.png)
61+
![coms-container-solution](./images/oms-container-solution.png)

0 commit comments

Comments
 (0)