Support Questions

Find answers, ask questions, and share your expertise

Data Stream Platform CE - Prometheus container fail during startup

avatar
New Contributor

Hi all,

I downloaded today the Docker Compose configuration file in order to install a local development environment for the Data Stream Community Edition

The prometheus container fails to start exiting with exit code 126 and try forever to restart with the same problem.

The image for the container is
docker.repository.cloudera.com/cloudera/csp-ce/prometheus:2.0.0.0

Someone else has the same issue?
Any idea about the solution?

Thanks
Massimo

 



2 REPLIES 2

avatar
Community Manager

@mdaros, Welcome to our community! To help you get the best possible answer, I have tagged our CDP experts  @vaishaakb @tjangid who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
New Contributor

I provide some additional info in order to better understand the problem:

The environment were I have the problem is:

MacBook Pro with M1
OS Ventura 13.6
Minikube v1.31.2 on Darwin 13.6 (arm64)
qemu2 driver
socket_vmnet network
Kubernetes v1.27.4 on Docker 24.0.4

The Minikube VM is 10GB / 5 CPUs / 20GN Disk


I created a similar environment to another laptop, using exactly the same docker-compose.yml and on the other environment all is working fine

On the other laptop I have:

MacBook Pro with Intel i7
OS Ventura 13.5.1
Minikube v1.31.2 on Darwin 13.5.1
hyperkit driver
Kubernetes v1.27.4 on Docker 24.0.4

The Minikube VM is 10GB / 5 CPUs / 20GN Disk

The differences seams to be
CPU architecture. (M1 Vs Intel)
Operating System (Ventura 13.6 Vs Ventura 13.5.1)