From 976d70fc867ab17fc6a94e9a32edfaf6269afeec Mon Sep 17 00:00:00 2001 From: Tales Casagrande <46326549+100HnoMeuNome@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:37:53 -0300 Subject: [PATCH] Update notes about stotage Add more details about the volume storage --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd2b6b..3e8ce72 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,13 @@ To install the latest version of Deep Security Smart Check into the default Kube _Experienced `helm` users will note that we are using `deepsecurity-smartcheck` as the `helm` release name in these examples. There is no requirement to use this release name._ -**Note:** This installs Deep Security Smart Check with an in-cluster database, which requires a persistent volume. Your cluster must support creating persistent volumes to work with the in-cluster database. See [Use an external database](https://github.com/deep-security/smartcheck-helm/wiki/Use-an-external-database) to learn how to use an external database with Deep Security Smart Check. +**Note:** This installs Deep Security Smart Check with an in-cluster database, which requires a persistent volume. Your cluster must support creating persistent volumes to work with the in-cluster database. See [Use an external database](https://github.com/deep-security/smartcheck-helm/wiki/Use-an-external-database) to learn how to use an external database with Deep Security Smart Check. If you install smartcheck without the volume you will encounter problems in the pods with "Evicted" and "Crash-loop back" messages. Remove de Smart Check instalation, create a volume and install again. + +Run the command below to delete the pods from the smartcheck namespace. + +```helm delete deepsecurity-smartcheck -n smartcheck``` + +Create the volume, you can use [Longhorn](https://longhorn.io) add in to the cluster where Smart Check is installed. ### Connecting to Deep Security Smart Check