mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-03-22 11:03:25 +00:00
Adds Terraform configuration to provision a DO K8s cluster with auto-scaling node pools for running Codex benchmarks. Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
6 lines
207 B
HCL
6 lines
207 B
HCL
# Kubernetes cluster
|
|
output "kubernetes_cluster_id" {
|
|
value = digitalocean_kubernetes_cluster.this.id
|
|
description = "A unique ID that can be used to identify and reference a Kubernetes cluster."
|
|
}
|