Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

242
Views
¿Por qué los contenedores no obtienen URI en DC/OS?

Creé un clúster en Digital Ocean (DC/OS 1.9) usando terraform siguiendo estas instrucciones aquí

Todo parece haberse instalado correctamente, para extraerlo de un repositorio docker privado, necesito agregar un archivo .docker comprimido a mi /core/home/ y recuperarlo durante la implementación incluyéndolo en mi JSON.

 "fetch":[ { "uri":"file:///home/core/docker.tar.gz" } ]

Según estas instrucciones: https://docs.mesosphere.com/1.9/deploying-services/momee/docker-creds-agent/

Y sigo recibiendo errores:

 Failed to launch container: Failed to fetch all URIs for container 'abc123-xxxxx' with exit status: 256

Al mirar los registros de uno de los agentes:

 Starting container '123-abc-xxx' for task 'my-docker-image-service.321-dfg-xxx' (and executor 'my-docker-image-service.397d20cb-1 Begin fetcher log (stderr in sandbox) for container 123-abc-xxx from running command: /opt/mesosphere/packages/mesos--aaedd03eee0d57f5c0d49c Fetcher Info: {"cache_directory":"\/tmp\/mesos\/fetch\/slaves\/94af100c-4dc2-416d-b6d7-eec0d947a1a6-S11","items":[{"action":"BYPASS_CACHE","uri":{"cache":false,"executable":false,"extract":true,"value":"file:\/\/\/home\/core\/docker.tar.gz"}}],"sandbox_directory":"\/var\/lib\/mesos\/slave\/slaves\/94af100c-4dc2-416d-b6d7-eec0d947a1a6-S11\/frameworks\/94af100c-4dc2-416... Fetching URI 'file:///home/core/docker.tar.gz' Fetching directly into the sandbox directory Fetching URI 'file:///home/core/docker.tar.gz' Copied resource '/home/core/docker.tar.gz' to '/var/lib/mesos/slave/slaves/94af100c-4dc2-416d-b6d7-eec0d947a1a6-S11/frameworks/94af100c-4dc2-416d-b6d7-eec0d947a1a6-0 Failed to obtain the IP address for 'digitalocean-dcos-agent-20'; the DNS service may not be able to resolve it: Name or service not known End fetcher log for container 123-abc-xxx Failed to run mesos-fetcher: Failed to fetch all URIs for container '123-abc-xxx' with exit status: 256
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Te falta la instrucción de extracción:

 "fetch":[ { "uri":"file:///home/core/docker.tar.gz", "extract":true } ]
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!