1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-15503 Vale updates for network-observability-loki-secret.adoc

This commit is contained in:
Gwynne Monahan
2025-07-23 13:29:34 -05:00
committed by openshift-cherrypick-robot
parent 244e08fb64
commit 59955a8263
2 changed files with 5 additions and 3 deletions

View File

@@ -6,9 +6,10 @@
[id="network-observability-loki-secret_{context}"]
= Creating a secret for Loki storage
The {loki-op} supports a few log storage options, such as AWS S3, Google Cloud Storage, Azure, Swift, Minio, OpenShift Data Foundation. The following example shows how to create a secret for AWS S3 storage. The secret created in this example, `loki-s3`, is referenced in "Creating a LokiStack resource". You can create this secret in the web console or CLI.
The {loki-op} supports a few log storage options, such as AWS S3, Google Cloud Storage, Azure, Swift, Minio, {rh-storage}. The following example shows how to create a secret for AWS S3 storage. The secret created in this example, `loki-s3`, is referenced in "Creating a LokiStack custom resource". You can create this secret in the web console or CLI.
. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*. Name the project `netobserv` and click *Create*.
. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*.
. Name the project `netobserv` and click *Create*.
. Navigate to the Import icon, *+*, in the top right corner. Paste your YAML file into the editor.
+
The following shows an example secret YAML file for S3 storage:
@@ -30,4 +31,4 @@ stringData:
<1> The installation examples in this documentation use the same namespace, `netobserv`, across all components. You can optionally use a different namespace for the different components
.Verification
* Once you create the secret, you should see it listed under *Workloads* -> *Secrets* in the web console.
* After you create the secret, you view the secret listed under *Workloads* -> *Secrets* in the web console.

View File

@@ -20,6 +20,7 @@ include::modules/network-observability-loki-install.adoc[leveloffset=+1]
include::modules/network-observability-loki-secret.adoc[leveloffset=+2]
[role="_additional-resources"]
.Additional resources
* xref:../../observability/network_observability/installing-operators.adoc#network-observability-lokistack-create_network_observability[Creating a LokiStack custom resource]
* xref:../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[Flow Collector API Reference]
* xref:../../observability/network_observability/configuring-operator.adoc#network-observability-flowcollector-view_network_observability[Flow Collector sample resource]
//* xref :../../observability/logging/log_storage/installing-log-storage.adoc#logging-loki-storage_installing-log-storage[Loki object storage]