Operator is running.
I have only one pod with Elasticsearch. Perhaps this is an issue.
Operator: "Cannot restart some nodes for upgrade at this time"
Here are the logs:
    {
    	"log.level": "info",
    	"@timestamp": "2021-01-21T13:34:35.868Z",
    	"log.logger": "elasticsearch-controller",
    	"message": "Starting reconciliation run",
    	"service.version": "1.3.1+a0a0a212",
    	"service.type": "eck",
    	"ecs.version": "1.4.0",
    	"iteration": 36583,
    	"namespace": "healthcheck",
    	"es_name": "elasticsearch"
    }
    {
    	"log.level": "info",
    	"@timestamp": "2021-01-21T13:34:36.183Z",
    	"log.logger": "zen2",
    	"message": "Ensuring no voting exclusions are set",
    	"service.version": "1.3.1+a0a0a212",
    	"service.type": "eck",
    	"ecs.version": "1.4.0",
    	"namespace": "healthcheck",
    	"es_name": "elasticsearch"
    }
    {
    	"log.level": "info",
    	"@timestamp": "2021-01-21T13:34:36.208Z",
    	"log.logger": "migrate-data",
    	"message": "Setting routing allocation excludes",
    	"service.version": "1.3.1+a0a0a212",
    	"service.type": "eck",
    	"ecs.version": "1.4.0",
    	"namespace": "healthcheck",
    	"es_name": "elasticsearch",
    	"value": "none_excluded"
    }
    {
    	"log.level": "info",
    	"@timestamp": "2021-01-21T13:34:36.236Z",
    	"log.logger": "driver",
    	"message": "Cannot restart some nodes for upgrade at this time",
    	"service.version": "1.3.1+a0a0a212",
    	"service.type": "eck",
    	"ecs.version": "1.4.0",
    	"namespace": "healthcheck",
    	"es_name": "elasticsearch",
    	"failed_predicates": {
    		"require_started_replica": [
    			"elasticsearch-es-elasticsearch-0"
    		]
    	}
    }
    {
    	"log.level": "info",
    	"@timestamp": "2021-01-21T13:34:36.237Z",
    	"log.logger": "elasticsearch-controller",
    	"message": "Ending reconciliation run",
    	"service.version": "1.3.1+a0a0a212",
    	"service.type": "eck",
    	"ecs.version": "1.4.0",
    	"iteration": 36583,
    	"namespace": "healthcheck",
    	"es_name": "elasticsearch",
    	"took": 0.369245019
    }
While Elasticsearch emits this warnings a lot (have no ideas what does this error mean):
{
	"type": "server",
	"timestamp": "2021-01-21T13:05:10,771Z",
	"level": "WARN",
	"component": "o.e.x.s.a.AuthenticationService",
	"cluster.name": "elasticsearch",
	"node.name": "elasticsearch-es-elasticsearch-0",
	"message": "Authentication to realm file1 failed - Password authentication failed for elastic",
	"cluster.uuid": "qb2uCkZIRn-NVun_pZaNew",
	"node.id": "4RK8Vq8TQICvfxaz8WCAMA"
}