Günter Grodotzki

Results 79 comments of Günter Grodotzki

@spinnakerbot remove-label stale

@ScOut3R: https://docs.datadoghq.com/tracing/setup_overview/setup/java/?tab=containers So in our case we do the following: ```Dockerfile ARG spinnaker_version FROM us-docker.pkg.dev/spinnaker-community/docker/clouddriver:spinnaker-${spinnaker_version} ENV JAVA_OPTS="-XX:InitialRAMPercentage=50.0 -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=70.0 -javaagent:/opt/datadog.jar" USER root RUN set -ex && \ apk add --no-progress...

@ScOut3R we decided against Halyard for this reason, and also rather deployed to ECS/Fargate which made it a lot less operational troublesome for us. I wrote a high-level article on...

@akshayabd + @sbyrd-edmunds I wrote a blog post as a rough guideline on how we run Spinnaker on Fargate: https://www.lifeofguenter.de/2020/10/running-spinnaker-on-ecsfargate.html - hope this helps :) As @evansb mentioned, most of...

Ideally via sphinx or similar.

True, but then also you can end up with a bunch of empty graphs. Maybe compromise of making this UI only setting as you mentioned.

This might be adding some bloat? Go already comes with a webserver? Eg rather let the user chose between traefik, nginx or any other loadbalancer.

I know what Caddy is and what your PR does :) My question is around: why is this needed in first place, why Caddy and not xyz? I am sure...

We had issues with FireLens + AppMesh + using a output other than CloudwatchLogs (in our case ElasticSearch). We tried a couple of things but the only thing that worked...

@thisismana our solution works for us with 1.4.0