-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[OBSDOCS-2667] Update cluster-logging-collector-limits.adoc #101296
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
[OBSDOCS-2667] Update cluster-logging-collector-limits.adoc #101296
Conversation
Wrong command in logging 6 documentation Here is the documentation link: https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/configuring_logging/cluster-logging-collector#cluster-logging-collector-limits_cluster-logging-collector Current Look: Edit the ClusterLogForwarder CR in the openshift-logging project: $ oc -n openshift-logging edit ClusterLogging instance This is a command referencing the `ClusterLogging` instance But here we are editing the ClusterLogForwarder CR in the openshift-logging project. Hence, it needs to be changed with ClusterLogForwarder or obsclf. Updated Look: Edit the ClusterLogForwarder CR in the openshift-logging project: $ oc -n openshift-logging edit clusterlogforwarder.observability.openshift.io <clf_name> This is the correct format.
|
🤖 Wed Oct 29 12:20:39 - Prow CI generated the docs preview: https://101296--ocpdocs-pr.netlify.app/ |
|
@prithvipatil97: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Hello Team, All checks have passed, and I have reviewed the PR with the peer review checklist. @anpingli , @QiaolingTang , it would be really helpful if someone could please take a look and provide QE approval for this change. Thanks in advance. Regards, |
|
/lgtm |
|
Hello anpingli, Regards, |
|
/label merge-review-needed |
eaf836d
into
openshift:standalone-logging-docs-main
|
/cherrypick standalone-logging-docs-6.0 |
|
/cherrypick standalone-logging-docs-6.1 |
|
/cherrypick standalone-logging-docs-6.2 |
|
/cherrypick standalone-logging-docs-6.3 |
|
/cherrypick standalone-logging-docs-6.4 |
|
@briandooley: new pull request created: #102109 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@briandooley: new pull request created: #102110 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@briandooley: new pull request created: #102111 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@briandooley: new pull request created: #102112 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@briandooley: new pull request created: #102113 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/configuring_logging/cluster-logging-collector#cluster-logging-collector-limits_cluster-logging-collector
Current Look:
ClusterLogginginstanceUpdated Look:
This is the correct format.
Version(s):
Logging 6.4, Logging 6.3, Logging 6.2, Logging 6.1, Logging 6.0
Issue:
https://issues.redhat.com/browse/OBSDOCS-2667
Link to docs preview:
https://101296--ocpdocs-pr.netlify.app/
https://101296--ocpdocs-pr.netlify.app/openshift-logging/latest/configuring/cluster-logging-collector.html
QE review:
Additional information: