hush-house
hush-house copied to clipboard
Concourse k8s-based environment
Hey, With the intent of letting teams manage their credentials, whenever a new team is on board, we could create a namespace for that team, which ATC could then use...
When me and @jomsie were deploying hush-house/ci we noticed the `make deploy-ci` stuck and `kubectl get pods` shows there is a worker has been in `Terminating` state for 47 days....
let's first test with CI, then hush-house since we seem to be using a unix socket for dogstatsd communication with the datadog agent, it makes sense to use a socket...
Hey, GCP just got support for PostgreSQL 11 out https://cloud.google.com/blog/products/databases/enterprise-databases-managed-for-you > We’ve heard you want the latest version, so we are pleased to announce PostgreSQL version 11 support, which includes...
Hey, The dashboards that display error metrics (web and worker) are based on the log messages that get ingested and processed by Stackdriver: https://github.com/concourse/hush-house/blob/a3f7662a65cc32ea0de47e31851e577564455a4a/deployments/with-creds/metrics/dashboards/concourse/concourse.json#L620-L622 While that has served us well,...
Despite us having added `nodeSelector` to `values.yaml` there (see https://github.com/concourse/hush-house/commit/fe870da79fe6b1d30a044e5fa7d3ffc513915da7), it seems like we didn't really do it right - looking at jaeger's pod, it's not really in a node...
From what I can tell, there's no place in this repo where we deploy the cert-manager crd and the other necessary k8s objects - we're just storing the request for...
Today we had an issue with nodes not being in a good state, with volumes not even mounting, and the solution to the problem was to get rid of the...
The results of our task can be seen here: https://hush-house.pivotal.io/teams/PE/pipelines/kibosh/jobs/delete-gke-cluster-and-registry-images/builds/1. Our pipeline creates and deletes a GKE cluster using our service account key provided. On our delete step, we forgot...
Hi colleagues, Security Caveats says we can restrict access to the internal network on the garden. https://concourse-ci.org/teams-caveats.html I am not quite sure what are those ips mentioned in hh. What...