Henry Bell

Results 6 issues of Henry Bell

Currently a Terraform `delete` operation will fail once builds have been run because of non-empty GCS buckets (observed with the "artifacts" bucket). The `force_destroy` option, if applied to a bucket,...

enhancement
P2
triaged

Currently, clusters are created with Internet-facing Kubernetes API endpoints, and are configured such that Kubernetes ingress and service endpoints are also created with Internet-facing VIPs. This is done using `kube-vip`...

enhancement

This PR adds a standalone multi-project example that configures a CI/CD pipeline across multiple projects: - A central `management` project to house the CI/CD pipeline and related components, and -...

### Describe the bug The following services are failing to start with a state of `CrashLoopBackOff`: - `contacts` - `userservice` - `frontend` ### To Reproduce Build the images for the...

### Fixes #2193 ### Background The following services were failing to start (state of `CrashLoopBackOff`), because of missing file permissions in `/app` for non-root users: - `contacts` - `userservice` -...

### Background This bumps the Google Terraform provider to the most recent 5.xx version (as a result of a recent [breaking change](https://github.com/hashicorp/terraform-provider-google/pull/19016)), and additionally includes associated updates to the Terraform...