OpenShift Accumulation Points: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [[OpenShift Pruning|Pruning]]
* [[OpenShift Pruning|Pruning]]
* [[OpenShift Operations|Operations]]
* [[OpenShift Operations|Operations]]


=On Each Node=
=On Each Node=


The local docker registry:
* [[Docker_Server_Operations#Accumulation_Points|Docker Accumulation Points]]
* The /var directory (documentation mentions that at least 15GB space are needed).
* Ephemeral storage for containers is allocated by OpenShift in to <tt>/var/lib/origin/openshift.local.volumes</tt>.


As root:
=On Each Infrastructure Node=


docker images
* [[Docker_Server_Operations#Accumulation_Points|Docker Accumulation Points]]
* The /var directory (documentation mentions that at least 15GB space are needed).
* Ephemeral storage for containers is allocated by OpenShift in <tt>/var/lib/origin/openshift.local.volumes</tt>.


=On Each Master=


* [[Docker_Server_Operations#Accumulation_Points|Docker Accumulation Points]]
* The /var directory (documentation mentions that at least 40GB space are needed).


=On Each Infrastructure Node=
=To Process=
 
The local docker registry:
 


=On Each Master=
* https://blog.openshift.com/full-cluster-capacity-management-monitoring-openshift/

Latest revision as of 21:25, 7 March 2018

Internal

On Each Node

  • Docker Accumulation Points
  • The /var directory (documentation mentions that at least 15GB space are needed).
  • Ephemeral storage for containers is allocated by OpenShift in to /var/lib/origin/openshift.local.volumes.

On Each Infrastructure Node

  • Docker Accumulation Points
  • The /var directory (documentation mentions that at least 15GB space are needed).
  • Ephemeral storage for containers is allocated by OpenShift in /var/lib/origin/openshift.local.volumes.

On Each Master

To Process