missing `create` for kubectl

This commit is contained in:
Mike Plavsky 2017-06-11 22:28:27 +03:00 committed by GitHub
parent e00514bce9
commit 4f40095ee9
1 changed files with 2 additions and 2 deletions

View File

@ -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