From 656858d4800a5539597a03cea0c6125410fceaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 12 Dec 2022 21:26:07 +0100 Subject: [PATCH] Add hint on restarting schema registry --- docs/quickstart.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index 755b1baf5..769dc6a97 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -18,6 +18,14 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H helm install theodolite theodolite/theodolite -f https://raw.githubusercontent.com/cau-se/theodolite/main/helm/preconfigs/minimal.yaml ``` + After installation, it may take some time until all components are ready. You can check the status of the installation by running: + + ```sh + kubectl get pods + ``` + + In particular, the Kafka Schema Registry may restart a couple of times. + 1. Get the Theodolite examples from the [Theodolite repository](https://github.com/cau-se/theodolite) and `cd` into its example directory: ```sh -- GitLab