Jack Lindamood

Results 38 issues of Jack Lindamood

Hi, I tried deploying these manually myself and was unable to import "_pg" inside my lambda environment. It appears related to the issue at https://github.com/jkehler/awslambda-psycopg2 where > This is a...

triage/needs-investigation

Docs mention `node-role.kubernetes.io/worker=true`, but the code for v0.3.0 expects `kubernetes.io/role=worker` by default (https://github.com/pusher/k8s-spot-rescheduler/blob/v0.3.0/nodes/nodes.go#L31) Also the example deployment https://github.com/pusher/k8s-spot-rescheduler/blob/master/deploy/deployment.yaml#L31 could change the block ``` command: - rescheduler - -v=2 - --running-in-cluster=true...

Hi, K8s does not support fractional GPU reservations. We have an ASG of on demand and an ASG of spot nodes that all have a single GPU. We eventually get...

Hi, I'm unsure why "No chart changes detected" fast stop is the best workflow. Can you talk about this more? We put our helm charts with our service code. Other...

Every time an error is wrapped, callers() is called. This seems wasteful to me. I think the root error's stack trace is the most important and almost always what I...

Hi, I am trying to write a library to interoperate with wrapped errors. There are many error wrapping libraries, but I can only get the StackTrace() of this one by...

Reproduction steps are below. In the case `no-bug`, you can see `replicaCount: null` applied in the output. In the case `has-bug`, you can see `replicaCount: null` is missing. The only...

kind/bug
triage/accepted

A guide on how to do both petroleum boiling and metal volcano taming at the same time would be great. It's hard to combine the two because with steel my...

### Current behavior If one takes a long read lock, for example when downloading a database via HTTP, this will take a mmap.RLock(). Other reads will be allowed while this...

I have multiple kub clusters that I want to run helm commands on, for unique namespaces. This would `helm --kube-context=x --namespace=y` in the helm CLI. The only way I can...