Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimbolus/tf-k3s-cluster

Terraform module for creating a K3s cluster on OpenStack
https://github.com/nimbolus/tf-k3s-cluster

hacktoberfest kubernetes terraform

Last synced: 5 days ago
JSON representation

Terraform module for creating a K3s cluster on OpenStack

Awesome Lists containing this project

README

        

# terraform module - k3s cluster

Sets up a k3s cluster on top of OpenStack based on the [tf-k3s](https://github.com/nimbolus/tf-k3s) module.

For an overview of the options, checkout [variables.tf](./variables.tf)

## Enable Cinder CSI

```hcl
module "cluster"
source = "git::https://github.com/nimbolus/tf-k3s-cluster.git"
# ...
cinder_csi = true
cinder_csi_version = "1.4.9"
```