Fixed typo in kube-primer.md

This commit is contained in:
Vimal Raghubir 2018-05-23 16:48:21 -04:00 committed by Joao Fernandes
parent 93b084adbb
commit 9ae1f78d7c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ $ docker stack deploy -c app1.yml test-app
This command deploys a Kubernetes application from a YAML manifest file called `k8s-app1.yml`: This command deploys a Kubernetes application from a YAML manifest file called `k8s-app1.yml`:
``` ```
$ kubectl create -f k8s-app.yml $ kubectl create -f k8s-app1.yml
``` ```
Some other useful `kubectl` commands include: Some other useful `kubectl` commands include: