elastic-search official app doesn't deploy

jssilva

Cadet
Joined
Sep 1, 2018
Messages
5
I'm in the process of migrating my many years rock solid Core system to Scale. I like the slim, elegant and reliable jail concept but it lacks the usb passthrough that I need.

So, I cloned my main server to a test server, upgraded the later to Scale v22.12.2 and everything was very straightforward, surprisingly including the VM's, except for, as expected, the half-dozen jails.

As I'm not familiar at all with Docker, I begun the migration process from jails by picking what seemed to be the easiest, the official elastic-search, just to immediately stumble. The config was as default as I could, only filled the password. Nevertheless, it stops at the deploying phase with "Startup probe failed: connection refused":

Code:
 2023-05-15 10:43:13
Container image "docker.elastic.co/elasticsearch/elasticsearch:8.7.1" already present on machine
2023-05-15 10:42:32
Startup probe failed: Get "http://172.16.0.36:30000/_cluster/health?local=true": dial tcp 172.16.0.36:30000: connect: connection refused
2023-05-15 10:42:19
Started container elastic-search
2023-05-15 10:42:18
Successfully pulled image "docker.elastic.co/elasticsearch/elasticsearch:8.7.1" in 1m18.176944125s
2023-05-15 10:42:18
Created container elastic-search
2023-05-15 10:40:59
Container image "bash:4.4.23" already present on machine
2023-05-15 10:40:59
Created container elastic-search-install-01-permissions
2023-05-15 10:40:59
Started container elastic-search-install-01-permissions
2023-05-15 10:40:59
Pulling image "docker.elastic.co/elasticsearch/elasticsearch:8.7.1"
2023-05-15 10:40:58
Add eth0 [172.16.0.36/16] from ix-net
2023-05-15 10:40:57
Scaled up replica set elastic-search-7b958795bd to 1
2023-05-15 10:40:57
Created pod: elastic-search-7b958795bd-66zkn
2023-05-15 10:40:57
Successfully assigned ix-elastic-search/elastic-search-7b958795bd-66zkn to ix-truenas


So, here I am asking for your help, please do.
 

jssilva

Cadet
Joined
Sep 1, 2018
Messages
5
Understood.
It's not ready yet, let's give it some time.
I'll stick to my rock-solid faithful Core in the meantime.
Thank you for it.
 
Top