Created on 10-17-2023 02:18 AM - edited 10-17-2023 03:08 AM
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
Created 10-17-2023 02:34 AM
@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,Created on 10-17-2023 05:54 AM - edited 10-17-2023 07:52 AM
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)