Giter Site home page Giter Site logo

Comments (6)

pavolloffay avatar pavolloffay commented on June 30, 2024 4

I would vote to have a small image with a shell.

from opentelemetry-collector-releases.

bogdandrutu avatar bogdandrutu commented on June 30, 2024

/cc @jpkrohling as our release expert

from opentelemetry-collector-releases.

jpkrohling avatar jpkrohling commented on June 30, 2024

At this moment, I don't think this is possible, as we use scratch images:

FROM scratch
ARG USER_UID=10001
USER ${USER_UID}
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=otelcol /otelcol /
COPY configs/otelcol.yaml /etc/otelcol/config.yaml
ENTRYPOINT ["/otelcol"]
CMD ["--config", "/etc/otelcol/config.yaml"]
EXPOSE 4317 55678 55679

You can certainly create new images based on this one. I'm moving this ticket to the releases repo, as I do think we need to discuss the best way to provide debugging containers.

from opentelemetry-collector-releases.

mx-psi avatar mx-psi commented on June 30, 2024

On Kubernetes one can use the beta command kubectl debug to debug containers without a shell, but maybe we want to have non-scratch containers for people who use containers without Kubernetes.

from opentelemetry-collector-releases.

jpkrohling avatar jpkrohling commented on June 30, 2024

Either that, or have debug images. We have such for Jaeger, with delve also available, so that people can attach debuggers to the container.

from opentelemetry-collector-releases.

jpkrohling avatar jpkrohling commented on June 30, 2024

I'm closing, as the demand for this isn't apparently that high and kubectl debug seems to do the trick.

from opentelemetry-collector-releases.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.