Skip to content

Commit 6521387

Browse files
authored
Merge pull request #97009 from openshift-cherrypick-robot/cherry-pick-96559-to-enterprise-4.17
[enterprise-4.17] [NETOBSERV] OSDOCS-15503 Vale updates for network-observability-loki-secret.adoc
2 parents 6b069bf + a0972d8 commit 6521387

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/network-observability-loki-secret.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
[id="network-observability-loki-secret_{context}"]
77
= Creating a secret for Loki storage
88

9-
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.
9+
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.
1010

11-
. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*. Name the project `netobserv` and click *Create*.
11+
. Using the web console, navigate to the *Project* -> *All Projects* dropdown and select *Create Project*.
12+
. Name the project `netobserv` and click *Create*.
1213
. Navigate to the Import icon, *+*, in the top right corner. Paste your YAML file into the editor.
1314
+
1415
The following shows an example secret YAML file for S3 storage:
@@ -30,4 +31,4 @@ stringData:
3031
<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
3132

3233
.Verification
33-
* Once you create the secret, you should see it listed under *Workloads* -> *Secrets* in the web console.
34+
* After you create the secret, you view the secret listed under *Workloads* -> *Secrets* in the web console.

observability/network_observability/installing-operators.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ include::modules/network-observability-loki-install.adoc[leveloffset=+1]
2020
include::modules/network-observability-loki-secret.adoc[leveloffset=+2]
2121
[role="_additional-resources"]
2222
.Additional resources
23+
* xref:../../observability/network_observability/installing-operators.adoc#network-observability-lokistack-create_network_observability[Creating a LokiStack custom resource]
2324
* xref:../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[Flow Collector API Reference]
2425
* xref:../../observability/network_observability/configuring-operator.adoc#network-observability-flowcollector-view_network_observability[Flow Collector sample resource]
2526
//* xref :../../observability/logging/log_storage/installing-log-storage.adoc#logging-loki-storage_installing-log-storage[Loki object storage]

0 commit comments

Comments
 (0)