k8s.io
k8s.io copied to clipboard
Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites
Part of umbrella issues: - to deprecate and migrate away from gs://kubernetes-release: https://github.com/kubernetes/k8s.io/issues/2396 - to migrate away from GCP project google-containers: https://github.com/kubernetes/k8s.io/issues/1571 Traffic gets to `gs://kubernetes-release` in one of two...
Part of umbrella issue to migrate the kubernetes project away from use of GCP project google-containers: https://github.com/kubernetes/k8s.io/issues/1571 This issue covers the deprecation of and migration away from the following google.com...
Prow build clusters currently use instances of the n1 machine family. We could potentially migrate to the: - e2 family: https://cloud.google.com/compute/docs/general-purpose-machines#e2_machine_types - Cons: no support of local SSD. - n2...
Fixes: #3918 Required for https://github.com/kubernetes-sigs/oci-proxy/pull/95 This PR will allow us to run terraform jobs with privileged service accounts. I will raise another PR with the prowjobs in k/test-infra today. ```...
Part of: #1343 Notes: https://gist.github.com/upodroid/a33723a7e1abc5e9c6fabc6b07e7aac0 When images are built after a PR is merged, they need to be pushed to Artifact Registry(AR). ~Unlike Google Container Registry(GCR), you don't need a...
We keep image tags in the Kubernetes registries immutable. While the image promoter does not support moving them, it is not evident to contributors that promotion manifests should not attempt...
The idea is to use the GCB service account to be able to sign images in staging and promote them later into production. This way we can use cloudbuild.yaml to...
Part of: - https://github.com/kubernetes/steering/issues/239 Scope of the GCP resources we want to use: | Projects | Tenants | Bucket name | Total Size | Object count | Estimated Traffic |...
We have a number of projects managed by terraform at https://github.com/kubernetes/k8s.io/tree/main/infra/gcp/terraform. However, these currently projects require manual deployment by sig-k8s-infra leads and others which is blocking rapid iteration of the...
Part of: - #3411 Follow up of: - https://github.com/kubernetes-sigs/oci-proxy/issues/22 Following AWS folx: https://github.com/kubernetes-sigs/oci-proxy/issues/22#issuecomment-1084011545. The AWS infrastructure will mainly serve as a hosting environment for image layers of the container images...