From e20feddfadea808b37174b8709a050d3c7817275 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 14 Nov 2018 08:48:27 -0500 Subject: [PATCH] Fixed a couple errors in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37ad314..c4581c0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Deploy kubernetes with kubeadm with ansible. This currently only supports a sing 3. Pipenv 5. Nodes already deployed and running. 6. SSH access to all nodes you're deploying to. - * You will need to define and environment variable for your ssh key. `export PRIVATE_KEY="/location/of/key"` + * You will need to define an environment variable for your ssh key. `export PRIVATE_KEY="/location/of/key"` * OR you will need a ssh agent running. ### Steps @@ -35,6 +35,6 @@ You can easily run a lab environment with Vagrant. 3. Run `vagrant ssh master` then run `kubectl` commands like `kubectl get nodes` or `kubectl get pods --all-namespaces` 4. Kubernetes nodes will be running on a host-only network that you can access from your machine with ips 192.168.254.2-5. -To see what is going on, this has deployed Traefik as an ingress controller to the swarm. To get Traefik's port, run `kubectl get services -n kube-system` on the master. Then navigate to http://192.168.254.2:traefikport on your browser. +To see what is going on, this has deployed Traefik as an ingress controller to kubernetes. To get Traefik's port, run `kubectl get services -n kube-system` on the master. Then navigate to http://192.168.254.2:traefikport on your browser. To destroy these machines, run `vagrant destroy -f`. \ No newline at end of file