Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release_notes/ocp_3_7_release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ You can also automate the configuration of the provider to point to multiple Ope
[NOTE]
====
The *_/tmp/cp.yml_* file requires some manual configurations to create and use
it correctly.
it correctly.

//// Commenting out this section till CFME merges
See Multiple Container Providers for more information.
Expand Down Expand Up @@ -1023,9 +1023,9 @@ openshift_checks_output_dir=/tmp/checks
==== Jourald for System Logs and JSON File for Container Logs

Docker log driver is set to `json-file` as the default for all nodes. Docker
`log-driver` can be set to `journal`, but there is no log rate throttling with
journal driver. So, there is always a risk for denial-of-service attacks from
rogue containers.
`log-driver` can be set to `journald`, but there is no log rate throttling with
the journald driver. So, there is always a risk for denial-of-service attacks
from rogue containers.

Fluentd will automatically determine which log driver (`journald` or
`json-file`) the container runtime is using. Fluentd will now always read logs
Expand Down