-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.13, 4.12, 4.11, 4.10, 4.9.0
-
No
-
3
-
T&PS 2023 #3, T&PS 2023 #4, T&PS 2023 #5
-
3
-
False
-
Description of problem: Per OpenShift docs guidelines, user replaced values must use underscores instead of dash (deviation from RH Suppl style guide). The troubleshooting guide has several instances of user-replaced values with incorrect formatting. While working on OCPBUGS-7765, I had to update one such instance but resorted to retaining incorrect format since it needed a chapter wide update.
Version-Release number of selected component (if applicable):4.9+
Actual results:
[core@localhost ~]$ sudo podman logs -f <container-name>
Expected results:
[core@localhost ~]$ sudo podman logs -f <container_name>
- links to