You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim .env # Change setup parameters and configurations
44
-
source .env
42
+
cp base.yaml production.yaml
43
+
vim production.yaml # Change setup parameters and configurations
45
44
./bin/keystore-init
46
45
helmfile sync --concurrency 1
47
46
```
@@ -52,7 +51,10 @@ Having `--concurrency 1` will make installation slower but it is necessary becau
52
51
The Prometheus-operator will define a `ServiceMonitor` CRD that other services with monitoring enabled will use, so please make sure that Prometheus chart installs successfully before preceding. By default it's configured to wait for Prometheus deployment to be finished in 10 minutes if this time isn't enough for your environment change it accordingly. If the deployment has been failed for the first time then you should delete it first and then try installing the stack again:
If you want to remove the Radar-base from your cluster you need set all of your `RADAR_INSTALL_*` variables in `.env` file to `false` and then run the `helmfile sync --concurrency 1` command to delete the charts after that you need to run following commands to remove all of the traces of the installation:
0 commit comments