-
Notifications
You must be signed in to change notification settings - Fork 834
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #830 from spiffxp/prow-build-clusters
add prow build clusters
- Loading branch information
Showing
41 changed files
with
1,290 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
.../gcp/clusters/kubernetes-public/prow-build-test/k8s-infra-gke-cluster/README.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...gcp/clusters/kubernetes-public/prow-build-test/k8s-infra-gke-nodepool/README.md
This file was deleted.
Oops, something went wrong.
107 changes: 0 additions & 107 deletions
107
infra/gcp/clusters/kubernetes-public/prow-build-test/main.tf
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# `gke-cluster` terraform module | ||
|
||
This terraform module defines a GKE cluster following wg-k8s-infra conventions: | ||
- GCP Service Account for nodes | ||
- BigQuery dataset for usage metering | ||
- GKE cluster with some useful defaults | ||
- No nodes are provided, they are expected to come from nodepools created via the [`gke-nodepool`] module | ||
|
||
It is assumed the GCP project for this cluster has been created via the [`gke-project`] module | ||
|
||
If this is a "prod" cluster: | ||
- the BigQuery dataset will NOT be deleted on `terraform destroy` | ||
- the GKE cluster will NOT be deleted on `terraform destroy` | ||
|
||
[`gke-project`]: /infra/gcp/clusters/modules/gke-project | ||
[`gke-nodepool`]: /infra/gcp/clusters/modules/gke-nodepool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.