Merge pull request #1102 from bamarni/patch-3

[doc] typo fixes for kubernetes user guide
This commit is contained in:
Vincent Demeester
2017-02-03 12:01:49 +01:00
committed by GitHub

View File

@@ -19,7 +19,6 @@ We are going to deploy Træfɪk with a
allow you to easily roll out config changes or update the image.
```yaml
apiVersion: v1
kind: Deployment
apiVersion: extensions/v1beta1
metadata:
@@ -85,7 +84,7 @@ traefik-ingress-controller-678226159-eqseo 1/1 Running 0 7m
```
You should see that after submitting the Deployment to Kubernetes it has launched
a pod, and it is now running. _It might take a few moments for kubenetes to pull
a pod, and it is now running. _It might take a few moments for kubernetes to pull
the Træfɪk image and start the container._
> You could also check the deployment with the Kubernetes dashboard, run