Browse Source

logging_es: temporarily disable readiness probe

The readiness probe, as currently implemented, together with the ES
master discovery using the logging-es service, causes a deadlock on
clusters with more than one node. Readiness probe will be
reintroduced in later release.

More information in:
https://bugzilla.redhat.com/show_bug.cgi?id=1459430
Jan Wozniak 7 years ago
parent
commit
1557dc2b86
1 changed files with 0 additions and 10 deletions
  1. 0 10
      roles/openshift_logging_elasticsearch/templates/es.j2

+ 0 - 10
roles/openshift_logging_elasticsearch/templates/es.j2

@@ -90,9 +90,6 @@ spec:
               name: "RECOVER_AFTER_TIME"
               value: "{{openshift_logging_elasticsearch_recover_after_time}}"
             -
-              name: "READINESS_PROBE_TIMEOUT"
-              value: "30"
-            -
               name: "IS_MASTER"
               value: "{% if deploy_type in ['data-master', 'master'] %}true{% else %}false{% endif %}"
 
@@ -109,13 +106,6 @@ spec:
               readOnly: true
             - name: elasticsearch-storage
               mountPath: /elasticsearch/persistent
-          readinessProbe:
-            exec:
-              command:
-              - "/usr/share/elasticsearch/probe/readiness.sh"
-            initialDelaySeconds: 10
-            timeoutSeconds: 30
-            periodSeconds: 5
       volumes:
         - name: elasticsearch
           secret: