From 4f40095ee99e9feb7a902fbba0b5c491c7618ed0 Mon Sep 17 00:00:00 2001 From: Mike Plavsky Date: Sun, 11 Jun 2017 22:28:27 +0300 Subject: [PATCH] missing `create` for kubectl --- staging/oms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/oms/README.md b/staging/oms/README.md index 71b30e32..ca490b64 100644 --- a/staging/oms/README.md +++ b/staging/oms/README.md @@ -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 ![oms-portal](./images/oms-portal.png) -![coms-container-solution](./images/oms-container-solution.png) \ No newline at end of file +![coms-container-solution](./images/oms-container-solution.png)