Skip to content

Commit 433dd84

Browse files
committed
Fluent Pod Pre-emption and Priority
1 parent 31b8ad3 commit 433dd84

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

modules/efk-logging-deploy-playbook.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,24 @@ from the registry which can take up to a few minutes.
3636
+
3737
----
3838
$ oc get pods -w
39+
logging-curator-1541129400-l5h77 0/1 Running 0 11h <1>
40+
logging-es-data-master-ecu30lr4-1-deploy 0/1 Running 0 11h <2>
41+
logging-fluentd-2lgwn 1/1 Running 0 11h <3>
42+
logging-fluentd-lmvms 1/1 Running 0 11h
43+
logging-fluentd-p9nd7 1/1 Running 0 11h
44+
logging-kibana-1-zk94k 2/2 Running 0 11h <4>
3945
----
46+
<1> The Curator pod. Only one pod is needed for Curator.
47+
<2> The Elasticsearch pod on this host.
48+
<3> The Fliuentd pods. There is one pod for each node in the cluster.
49+
<4> The Kibana pods.
4050
+
41-
When ready, the pod enter the *Running* status.
51+
When ready, the pods enter the *Running* status.
52+
+
53+
[NOTE]
54+
====
55+
The logging-fluentd* pods are assigned a default priority class, cluster-logging, with a high priority that should prevent the pods from being descheduled.
56+
====
4257

4358
.Procedure
4459

0 commit comments

Comments
 (0)