From df0b4e7c0b49db3af9da479be79a96c440eb22f5 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Thu, 21 Mar 2019 22:54:43 -0700 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc2c701..b78347b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ NOTE: You'll need to wait since it'll take a little bit for the DB to start up s to the local storage volume, initialize the DB, and seed the database. Wait around 45 - 60 seconds and then hit refresh a few times. Once everything is loaded and ready you should see data in the app. +1. When you're done run `kubectl delete -f .k8s` to delete the Kubernetes resources. Not that the volume mentioned earlier will still be there +so you'll have to manully clean up the data/db folder. + This demo includes a LoadBalancer service for nginx which is why you can hit http://localhost. To expose a specific port for localhost for the nginx Pod, get the name of the `nginx` pod by running `kubectl get pods` and use the pod name in the following command: