PMM-14493 Document the default --log-driver of Podman#5243
PMM-14493 Document the default --log-driver of Podman#5243
Conversation
Doc review (Percona style guide)The overall direction is good — the warning fills a real gap and the 1. Code block missing language specifierThe nginx error output block uses a bare fence with no language tag. Per our style guide, output blocks should use 2. Sentence fragment in the last line of the warning
This is a fragment. Rewrite as a full sentence:
3. Long sentence — consider splitting
The style guide asks for short sentences with a maximum of two clauses. This one is at the limit and is dense. Suggested split:
4. Redundant bold on "not"
The Minor positive notes
|
PMM-14493
This pull request updates the PMM Server installation documentation for Podman to clarify log driver compatibility and improve instructions for waiting on container startup. The main changes are a new warning about supported log drivers and a simplification to the startup wait command.
Documentation improvements:
journald, which is recommended, and that using--log-driver passthroughis not supported because it breaks PMM Server's nginx startup. The warning includes a description of the error message and lists supported log drivers.Instruction simplification:
sleep 80command from the container startup instructions, relying instead ontimeout 60 podman wait --condition=running pmm-serverto wait for the container to be ready.