Denise Yu
Denise Yu
Since Docker is used quite commonly now, adding Dockerfiles to all the existing language repos may make new languages more accessible. @BooleanCat and I have implemented Dockerfiles for Rust and...
To use this checker, you have to spend at least 5 minutes manually copying GUIDs into the config file. This is error-prone and time-consuming, and feels like an inefficient use...
Throwing an issue in here so this doesn't get forgotten: We've added support for some new (and old) worker configuration flags to the Linux worker spec. Not all of those...
In our [Datadog agent ops file](https://github.com/concourse/concourse-bosh-deployment/blob/master/cluster/operations/datadog.yml) we enable the `unique_friendly_hostname` flag. But according to the [Datadog bosh release](https://github.com/DataDog/datadog-agent-boshrelease/blob/master/jobs/dd-agent/templates/config/datadog.yaml.erb#L63-L76), that flag only matters if the `friendly_hostname` flag is also set to...
When deploying to bosh-lite in using the `cluster` manifest, the worker node will not start with the default configurations. The worker process errors due to an issue around mounting `btrfs`...
This flag is configurable for Linux worker nodes, and is generally only used when running Concourse with Docker due to how DNS resolution works inside Docker containers when using [embedded...
Related: https://github.com/pivotal/concourse-ops/issues/170 We have observed on Hush House that sometimes, a worker pod is ungracefully restarted by Kubernetes when memory consumption exceeds an internally-configured threshold: https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/#node-oom-behavior Concourse doesn't know about...
just keeping track of some small improvements we can make to installation shell scripts! - `set -ex` at the top! - add `apt update` - see if there's a way...