From 0949fed21daf9f2216e2e4ee6b6e744894732dfe Mon Sep 17 00:00:00 2001 From: Eric Wollesen <169516+ewollesen@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:07:53 -0600 Subject: [PATCH] README.md: adds a note about running services locally (#658) Specifically, that they're typically run on the k8s cluster that's setup via the development repo. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc8b68d8a..ab61e846d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ _bin/services/data/data Use `Ctrl-C` to stop the executable. It may take up to 60 seconds to stop. +> **Note:** For testing and development, services are generally run on a local Kubernetes cluster through the [development repo](https://github.com/tidepool-org/development#developing-tidepool-services). + # Makefile * To setup your Go environment for building and editing the project: