Johannes Grumböck
Johannes Grumböck
@Rugvip Could you point me to the line of code you're referring to? Maybe because I'm a real beginner in Typescript, I can't find anything looking like "reloading"/"subscribing" in the...
@spinnakerbot remove-label stale
@dbyron-sf could you or someone else have a look here?
There is no bake stage as we build the image in GitHub Actions and push it to AWS ECR. So we just have a FindImageFromTags stage that looks up the...
You mean localdev setup? Yes, I have it working. So, I should change https://github.com/spinnaker/orca/blob/da1f0bbb93f8980b87a986cbfc3c1548fed3aeb5/orca-clouddriver/src/main/groovy/com/netflix/spinnaker/orca/clouddriver/tasks/providers/ecs/EcsServerGroupCreator.groovy#L125 to treat amiDetails as a list and imageId as a string? I can try that the...
@spinnakerbot remove-label stale
@spinnakerbot remove-label stale
At least I have no updates on this. I tried locally again but couldn't reproduce the error anymore. Doesn't mean it's fixed since I had the error in our production...
I can do this, if that's fine.
Have you tried adding tini to your container with iamlive? https://computingforgeeks.com/use-tini-init-system-in-docker-containers/ Tini is a init process for containers, especially for forwarding signals to forked processes.