Skip to content

Commit 21920c3

Browse files
authored
Merge pull request #13263 from mburke5678/eliminate-critical-pod-annotation
Fluent Pod Pre-emption and Priority
2 parents 709484b + 8b2e16c commit 21920c3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

modules/efk-logging-deploy-playbook.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,25 @@ 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+
If you upgraded {product-title}, Fluentd with the `scheduler.alpha.kubernetes.io/critical-pod` annotation are automatically converted to the `cluster-logging` priority class.
57+
====
4258

4359
.Procedure
4460

0 commit comments

Comments
 (0)