Tristan Keen

Results 9 issues of Tristan Keen

I'm trying out the Application CRD (see https://github.com/kubernetes-sigs/application) which has by default a couple of conditions, i.e.: ```yaml conditions: - lastTransitionTime: "2020-11-17T16:55:57Z" lastUpdateTime: "2020-11-17T16:55:57Z" message: all components ready reason: ComponentsReady...

discussion

AWS have long had an option to use a new format for ECS arns for services, tasks and container-instances, see https://aws.amazon.com/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/ What's new is that from October 2020 these options...

I took advantage of the rare incidence of a scheduled event on a node in our test EKS cluster to update to the latest NTH (1.12.0 via latest helm chart),...

Type: Enhancement
Pending-Release
Priority: Low
stalebot-ignore

We have a simple non-shared ALB per ingress system, and recently noticed when cleaning up an old cluster (with ALBC v2.3.0) that a number of minor AWS resources had leaked....

lifecycle/stale

## Expected Behavior Relations created automatically during earlier processing are trimmed if the cause for them to be created no longer exists. ## Actual Behavior Stale `hasMember` relations continue to...

bug

**What did you do?** Configured an AWS SNS FIFO topic as a receiver to allow downstream notifications via an external system. **What did you expect to see?** SNS notifications (via...

# What this PR does All resolved alerts currently get an extra line of to say what resolved the alert (for us usually the alert source rather than a person),...

# What this PR does Currently the initial Slack post for a new Alert group contains two rows of buttons, which takes up a lot of screen real-estate besides being...

# What this PR does Works around the old incomplete cached items breaking metrics collection. Not the cleanest solution but it seems to work. ## Which issue(s) this PR closes...