ryan-dyer-sp

Results 20 issues of ryan-dyer-sp

Im attempting to install heron into my kube cluster which runs in AWS (not AKS). From what I can tell from looking at the bookie template, aws was forgotten for...

**Describe the bug** Not sure what may be happening so reaching out. I've got a 1h graph of kafka_consumergroup_group_max_lag_seconds and kafka_consumergroup_group_max_lag. In the seconds graph there are chunks of data...

It appears the kafka-client-timeout and poll-interval settings are currently app wide. Is there any way to make these cluster specific? We have certain clusters where we use these metrics for...

enhancement

Am experiencing an issue where when trying to encrypt a file for the first time it fails when using a kms+role format in .sops.yaml ``` sops -e file.yaml Could not...

bug
keyservice/awskms

The metrics currently exposed by kiam are found here: https://github.com/uswitch/kiam/blob/master/docs/METRICS.md However some of the descriptions around these metrics leave alot to be desired as an operator (and not a Kiam...

Atlantis should allow the unlock command for declined PRs. Currently it says "Atlantis commands can't be run on closed pull requests". There are multiple bugs and scenarios which can prevent...

bug
help wanted
waiting-on-response

Atlantis appears to have an issue where if a PR is declined while a plan is in flight, the locks are not properly removed. Or perhaps they are being removed...

### Report There appears to be a connections leak in the kafka scaler. Scenario: We had keda working fine with a kafka scaler. The MSK cluster ran out of disk...

bug

Hey David, question for you. We have a module/resource with the following definition. ``` resource "vault_policy" "policies" { for_each = toset(var.policies) name = each.key policy = templatefile("files/${each.key}.hcl.tmpl", { environment =...