mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OBSDOCS-214: Documenting Loki restart behavior
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
770680b1a4
commit
62bc01e778
@@ -13,7 +13,13 @@ Loki is a horizontally scalable, highly available, multi-tenant log aggregation
|
||||
include::modules/loki-deployment-sizing.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/cluster-logging-loki-deploy.adoc[leveloffset=+1]
|
||||
////
|
||||
include::modules/logging-loki-restart-hardening.adoc[leveloffset=+1]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
* link:https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets[Pod disruption budgets Kubernetes documentation]
|
||||
////
|
||||
include::modules/logging-loki-retention.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/cluster-logging-forwarding-lokistack.adoc[leveloffset=+1]
|
||||
|
||||
9
modules/logging-loki-restart-hardening.adoc
Normal file
9
modules/logging-loki-restart-hardening.adoc
Normal file
@@ -0,0 +1,9 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * logging/cluster-logging-loki.adoc
|
||||
|
||||
:_content-type: CONCEPT
|
||||
[id="logging-loki-restart-hardening_{context}"]
|
||||
= LokiStack behavior during cluster restarts
|
||||
|
||||
In logging version 5.8 and newer versions, when an {product-title} cluster is restarted, LokiStack ingestion and the query path continue to operate within the available CPU and memory resources available for the node. This means that there is no downtime for the LokiStack during {product-title} cluster updates. This behavior is achieved by using `PodDisruptionBudget` resources. The Loki Operator provisions `PodDisruptionBudget` resources for Loki, which determine the minimum number of pods that must be available per component to ensure normal operations under certain conditions.
|
||||
Reference in New Issue
Block a user