From 17e72dfb650f026d0bfa6d2f22c9d192020120a3 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 21 Jan 2020 10:02:32 -0800 Subject: [PATCH] Update nats-on-kubernetes/minimal-setup.md --- nats-on-kubernetes/minimal-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-on-kubernetes/minimal-setup.md b/nats-on-kubernetes/minimal-setup.md index aa37bf0..70834f8 100644 --- a/nats-on-kubernetes/minimal-setup.md +++ b/nats-on-kubernetes/minimal-setup.md @@ -52,7 +52,7 @@ Listening on [hello], clientID=[stan-sub], qgroup=[] durable=[] In order to have higher availability you can setup NATS and NATS Streaming (STAN) to run in clustering mode. The following commands -will setup a 3-node NATS cluster as well as a 3-node NATS Streaming +will setup a 3 node NATS cluster as well as a 3-node NATS Streaming cluster that has an attached volume for persistence. Note that you will need more than one node available in your Kubernetes cluster in order for this to work, so in case of deploying onto minikube or docker desktop, please try the single node installer instead. ```sh