Dan Everton

Results 27 comments of Dan Everton

I have the below snippet in all my terragrunt projects since it makes it much friendlier to use. I do wonder if it should be the default ```hcl terraform {...

We're running in to this as well so whatever it is still exists in 1.25.3.

@spinnakerbot remove-label stale

There's no obvious error message associated with this. When you hit the cancel button, Deck pokes Gate with a `PUT` to `/api/v1/pipelines/{pipelineid}/cancel` then polls the pipeline endpoint `/api/v1/pipelines/{pipelineid}` for cancellation...

One other odd thing, when I try and cancel the pipeline there's a bunch of errors logged ``` X-SPINNAKER-EXECUTION-ID: PIPELINEID level: INFO logger_name: com.netflix.spinnaker.kork.expressions.ExpressionTransform message: Failed to evaluate ${execution.application}, returning...

I don't think this is specific to deployments of Spinnaker on Kubernetes or deployments to Kubernetes from Spinnaker. The pipelines that are affected by this from what I've seen so...

This information probably belongs on this issue https://github.com/spinnaker/clouddriver/pull/5377#issuecomment-861047796 As a side note, while poking at the `clouddriver-ecs` module I noticed that the [ECSProvider](https://github.com/spinnaker/clouddriver/blob/master/clouddriver-ecs/src/main/java/com/netflix/spinnaker/clouddriver/ecs/provider/EcsProvider.java#L51) searches alarms by default. Is there a...