mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Terraform Module: kubernetes
This module installs the kubernetes cluster using the Google Kubernetes Engin (GKE).
Input Variables
projectlocation: either the region or zone for the clustername: the name of the kubernetes cluster, default: gitpod-clusternetwork: the name of the network the cluster is created in, the value is taken from thenetworkmodulesubnets: a list of the subnets created in thenetworkmodule
Output Variables
cluster: returns the cluster resource including the connection details used by the helm and kubernets modules