Merge pull request #9 from mikeplavsky/patch-1
missing `create` for kubectl
This commit is contained in:
commit
f210d24ff2
|
@ -42,7 +42,7 @@ The Workspace ID and Primary Key can be found inside the OMS Portal under Settin
|
|||
Run the following command to deploy the OMS agent to your Kubernetes nodes:
|
||||
|
||||
```
|
||||
kubectl -f omsagent-daemonset.yaml
|
||||
kubectl create -f omsagent-daemonset.yaml
|
||||
```
|
||||
|
||||
## Step 4
|
||||
|
@ -58,4 +58,4 @@ A new tile for the Container solution that you added appears on the Overview pag
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
|
Loading…
Reference in New Issue