Created
February 26, 2020 07:03
-
-
Save seongilp/3fe9dcfed86c803f2523628e99999611 to your computer and use it in GitHub Desktop.
OpenShift Monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://techbloc.net/archives/3716 | |
| # OpenShift 3.1 to OpenShift 3.9: | |
| journalctl -u atomic-openshift-master-api | |
| journalctl -u atomic-openshift-master-controllers | |
| journalctl -u atomic-openshift-node | |
| journalctl -u etcd # or 'etcd_container' for containerized install | |
| # OpenShift 3.10 and later versions: | |
| /usr/local/bin/master-logs api api | |
| /usr/local/bin/master-logs controllers controllers | |
| /usr/local/bin/master-logs etcd etcd | |
| journalctl -u atomic-openshift-node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment