Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Adding Aggregated Container Logs

robbaronbu edited this page May 23, 2017 · 3 revisions

UP: https://github.com/CCI-MOC/moc-public/wiki/OpenShift

Reference: https://docs.openshift.com/container-platform/3.5/install_config/aggregate_logging.html

  1. create a new project for aggregated logging:

     oadm new-project logging --node-selector=""
     oc project logging
    
Clone this wiki locally