ECE Installation script error

Hi Team,

While running the installation bash script, I am getting below error? any insight?

bash-4.2$ bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) install

Elastic Cloud Enterprise Installer

Start setting up a new Elastic Cloud Enterprise installation by installing the software on your first host.
This first host becomes the initial coordinator and provides access to the Cloud UI, where you can manage your installation.
To learn more about the options you can specify, see the documentation.

NOTE: If you want to add this host to an existing installation, please specify the --coordinator-host and --roles-token flags

-- Verifying Prerequisites --
Checking runner container does not exist...

Errors have caused Elastic Cloud Enterprise installation to fail
Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))

Hello Raju and nice to meet you. Please check to see if you have SELinux enabled. You can run sudo setenforce 0.

It's resolved after configuring the docker properly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.