-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Logging 6.1 Prerequisites missing log6x-quickstart-viaq.adoc #87992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -9,11 +9,13 @@ | |||||
To use the default ViaQ data model, follow these steps: | ||||||
|
||||||
.Prerequisites | ||||||
* Cluster administrator permissions | ||||||
* You have administrator permissions. | ||||||
* You installed the OpenShift CLI (oc). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We can use an attribute here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hello @eromanova97 , I apologize for the inconvenience caused. Thank you again, Regard, |
||||||
* You have access to a supported object store. For example: AWS S3, Google Cloud Storage, Azure, Swift, Minio, or OpenShift Data Foundation. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.SuggestAttribute: Use the AsciiDoc attribute '{rh-storage}' rather than the plain text product term 'OpenShift Data Foundation', unless your use case is an exception. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We can use attributes here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hello @eromanova97 , I apologize for the inconvenience caused. Thank you again, Regard, |
||||||
|
||||||
.Procedure | ||||||
|
||||||
. Install the {clo}, {loki-op}, and {coo-first} from OperatorHub. | ||||||
. Install the `{clo}`, `{loki-op}`, and `{coo-first}` from OperatorHub. | ||||||
|
||||||
. Create a `LokiStack` custom resource (CR) in the `openshift-logging` namespace: | ||||||
+ | ||||||
|
@@ -146,4 +148,4 @@ The `dataModel` field is optional and left unset (`dataModel: ""`) by default. T | |||||
==== | ||||||
|
||||||
.Verification | ||||||
* Verify that logs are visible in the *Log* section of the *Observe* tab in the OpenShift web console. | ||||||
* Verify that logs are visible in the *Log* section of the *Observe* tab in the OpenShift web console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One out of scope comment: I noticed that another chapter in this assembly, "Quick start with OpenTelemetry", has the same prerequisite: "Cluster administrator permissions" so it would be great to also change that to: "You have administrator permissions." for consistency, plus check if any prerequisites are missing there too.
However, I saw that there is more than one PR similar to this, so this might already be addressed elsewere, I just wanted to point that out just in case 👍