mirror of https://github.com/docker/docs.git
Fixed typo in kube-primer.md
This commit is contained in:
parent
93b084adbb
commit
9ae1f78d7c
|
@ -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`:
|
||||
|
||||
```
|
||||
$ kubectl create -f k8s-app.yml
|
||||
$ kubectl create -f k8s-app1.yml
|
||||
```
|
||||
|
||||
Some other useful `kubectl` commands include:
|
||||
|
|
Loading…
Reference in New Issue