From 0f6ce1dc98043d4f5adff79c31ebb9997eb08e39 Mon Sep 17 00:00:00 2001 From: sourav kumar Date: Sun, 19 Jun 2022 16:19:12 +0530 Subject: [PATCH] added correct the file location --- Days/day52.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day52.md b/Days/day52.md index 4212743..26dc78a 100644 --- a/Days/day52.md +++ b/Days/day52.md @@ -23,7 +23,7 @@ I am going to be using a baseline this [blog and repository](https://devopscube. ### Kubernetes Lab environment -I have uploaded in [Kubernetes folder](Days/kubernetes) the vagrantfile that we will be using to build out our environment. Grab this and navigate to this directory in your terminal. I am again using Windows so I will be using PowerShell to perform my workstation commands with vagrant. If you do not have vagrant then you can use arkade, we covered this yesterday when installing minikube and other tools. A simple command `arkade get vagrant` should see you download and install the latest version of vagrant. +I have uploaded in [Kubernetes folder](Kubernetes) the vagrantfile that we will be using to build out our environment. Grab this and navigate to this directory in your terminal. I am again using Windows so I will be using PowerShell to perform my workstation commands with vagrant. If you do not have vagrant then you can use arkade, we covered this yesterday when installing minikube and other tools. A simple command `arkade get vagrant` should see you download and install the latest version of vagrant. When you are in your directory then you can simply run `vagrant up` and if all is configured correctly then you should see the following kick off in your terminal.