From aae00377969cad026ca4202ffd65718d2555a0c7 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:12:51 -0400 Subject: [PATCH] Updated zero-click Loki references from 1G to 10G (#455) --- README.md | 2 +- bundle/manifests/netobserv-operator.clusterserviceversion.yaml | 2 +- config/descriptions/ocp.md | 2 +- config/descriptions/upstream.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0e3fcc2a..a0b3df005 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ make deploy deploy-loki deploy-grafana It will deploy the operator in its latest version, with port-forwarded Loki and Grafana. -> Note: the `loki-deploy` script is provided as a quick install path and is not suitable for production. It deploys a single pod, configures a 1GB storage PVC, with 24 hours of retention. For a scalable deployment, please refer to [our distributed Loki guide](https://github.com/netobserv/documents/blob/main/loki_distributed.md) or [Grafana's official documentation](https://grafana.com/docs/loki/latest/). +> Note: the `loki-deploy` script is provided as a quick install path and is not suitable for production. It deploys a single pod, configures a 10GB storage PVC, with 24 hours of retention. For a scalable deployment, please refer to [our distributed Loki guide](https://github.com/netobserv/documents/blob/main/loki_distributed.md) or [Grafana's official documentation](https://grafana.com/docs/loki/latest/). To deploy the monitoring pipeline, this `make` target installs a `FlowCollector` with default values: diff --git a/bundle/manifests/netobserv-operator.clusterserviceversion.yaml b/bundle/manifests/netobserv-operator.clusterserviceversion.yaml index 788a73536..2a5f44637 100644 --- a/bundle/manifests/netobserv-operator.clusterserviceversion.yaml +++ b/bundle/manifests/netobserv-operator.clusterserviceversion.yaml @@ -403,7 +403,7 @@ spec: - Installing using [Grafana's official documentation](https://grafana.com/docs/loki/latest/). Here also we wrote a ["distributed Loki" step by step guide](https://github.com/netobserv/documents/blob/main/loki_distributed.md). - For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 1GB storage PVC, with 24 hours of retention), you can simply run the following commands: + For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 10GB storage PVC, with 24 hours of retention), you can simply run the following commands: ``` kubectl create namespace netobserv diff --git a/config/descriptions/ocp.md b/config/descriptions/ocp.md index 298ef4ff1..6e2e48cbc 100644 --- a/config/descriptions/ocp.md +++ b/config/descriptions/ocp.md @@ -10,7 +10,7 @@ The operator provides dashboards, metrics, and keeps flows accessible in a query - For a production or production-like environment usage, refer to [the operator documentation](https://docs.openshift.com/container-platform/latest/networking/network_observability/installing-operators.html). -- For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 1GB storage PVC, with 24 hours of retention), you can simply run the following commands: +- For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 10GB storage PVC, with 24 hours of retention), you can simply run the following commands: ``` oc create namespace netobserv diff --git a/config/descriptions/upstream.md b/config/descriptions/upstream.md index 1c44dfd4c..04c610fcb 100644 --- a/config/descriptions/upstream.md +++ b/config/descriptions/upstream.md @@ -14,7 +14,7 @@ For normal usage, we recommend two options: - Installing using [Grafana's official documentation](https://grafana.com/docs/loki/latest/). Here also we wrote a ["distributed Loki" step by step guide](https://github.com/netobserv/documents/blob/main/loki_distributed.md). -For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 1GB storage PVC, with 24 hours of retention), you can simply run the following commands: +For a quick try that is not suitable for production and not scalable (it deploys a single pod, configures a 10GB storage PVC, with 24 hours of retention), you can simply run the following commands: ``` kubectl create namespace netobserv