From a0b06f3762ee67559a71c3df0b6b86911f7d9d1f Mon Sep 17 00:00:00 2001 From: Ameen Radwan Date: Wed, 15 Sep 2021 12:23:38 -0700 Subject: [PATCH] add a note that quickstart is not configured for prod (#94) --- docs/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index 116c4260..84b5db0e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,5 +1,7 @@ # Quickstart +Note: this is a quick guide for getting something up and running. This is configured for local setups and not meant to be run in production + ## Pre-reqs * Install [Docker Desktop](https://www.docker.com/products/docker-desktop), ensure kubernetes is running.