Skip to content

Instantly share code, notes, and snippets.

@seongilp
Created February 26, 2020 07:03
Show Gist options
  • Select an option

  • Save seongilp/3fe9dcfed86c803f2523628e99999611 to your computer and use it in GitHub Desktop.

Select an option

Save seongilp/3fe9dcfed86c803f2523628e99999611 to your computer and use it in GitHub Desktop.
OpenShift Monitoring
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