Brad Geesaman

Results 11 comments of Brad Geesaman

I had to re-read things a bit to refresh my memory, but yes, these changes were made in multiple projects and got builds working with the updated jenkins node images.

My thoughts: If min and max are not set, no autoscaling is to be enabled OR, set min and max to same as initialnodecount and warn? If only min is...

My “fix” was to grant the missing IAM storage viewer in the demo

I added an IAM role with storage viewer. Devstorage.read_only oauth was fine. On Mon, Sep 9, 2019 at 11:35 AM Chris Love wrote: > What oauth role? > > —...

I’m inclined to leave it as-is (not enabled by default) and just have well documented examples for it. It adds a lot of workloads and makes clusters immediately auto scale...

I was also bitten by this today in that terraform included a hidden dir in a cloud function zip using an `archive_file` resource but after converting the codebase to terragrunt...

Came here after reading https://github.com/awsdocs/aws-systems-manager-user-guide/issues/104 and I'll share that the recommendation to shell out to the AWS CLI (or similar) from the target system absolutely works *if the target system...

Friendly request to please take another peek at this PR. I’m here as a user of pydantic-ai and would love to be able to leverage ollama structured outputs and pydantic-ai...

I've looked at over a dozen K8s installation tools and managed K8s services in the past few months on all major providers. What was painfully clear was the level of...

In my use case, the coder was writing a script that needed the `requests` module to work, and maybe 1 in 4 times, the coder was able to self install...