This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Linode.
Name | Version |
---|---|
terraform | ~> 1 |
linode | 2.16.0 |
Name | Version |
---|---|
linode | 2.16.0 |
local | 2.5.1 |
No modules.
Name | Type |
---|---|
linode_lke_cluster.qdrant-hybrid-cloud | resource |
local_file.kubeconfig | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
token | This is the Linode API key | string |
n/a | yes |
cluster_region | This Kubernetes cluster's location | string |
"us-central" |
no |
k8s_version | The desired Kubernetes version for this Kubernetes cluster in the format of major.minor (e.g. 1.21), and the latest supported patch version will be deployed. | string |
"1.31" |
no |
pool_count | The number of nodes in the Node Pool. | number |
3 |
no |
pool_type | A Linode Type for all of the nodes in the Node Pool. | string |
"g6-standard-2" |
no |
prefix | The prefix for all resources | string |
"example" |
no |
region | The region of the VPC | string |
"us-iad" |
no |
v_subnet | The IPv4 range of this subnet in CIDR format. | string |
"10.0.0.0/24" |
no |
No outputs.