From 93ce74720504051ed78b5d2e5ecca086ac511f14 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Thu, 2 Feb 2017 14:36:06 +0100 Subject: [PATCH] [doc] typo fixes for kubernetes user guide --- docs/user-guide/kubernetes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/kubernetes.md b/docs/user-guide/kubernetes.md index 94a9a5d70..0421303f1 100644 --- a/docs/user-guide/kubernetes.md +++ b/docs/user-guide/kubernetes.md @@ -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