OpenShift Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


  [[journalctl]] -u atomic-openshift-master-controllers -f
  [[journalctl]] -u atomic-openshift-master-controllers -f
=Metrics Troubleshooting=
* [[OpenShift Metrics Troubleshooting|Metrics Troubleshooting]]

Revision as of 07:45, 6 July 2017

Internal

Overview

The general technique is to increase the logging level of various OpenShift master (api, controllers) and node processes as described here: Change the Log Level for OpenShift Processes.

--loglevel=10 seems to work fine.

Then tail the journalctl log:

journalctl -u atomic-openshift-master-controllers -f

Metrics Troubleshooting