You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Incorrect command structure in Loki Object Storage documentation
- Here is the doc link for AWS storage:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/logging/log-storage-4#logging-loki-storage-aws_installing-log-storage
- the "-" signs are incorrectly placed below the "$" symbol.
- However, they should be aligned parallel to the "oc" command, where the command begins.
- Performing the following changes through this PR:
~~~
$ oc -n openshift-logging create secret generic "logging-loki-aws" \
--from-literal=bucketnames="<s3_bucket_name>" \
--from-literal=region="<bucket_region>" \
--from-literal=audience="<oidc_audience>" 1
~~~
0 commit comments