Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nimbolus/tf-k3s-cluster
- Owner: nimbolus
- License: bsd-3-clause
- Created: 2021-09-20T15:50:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T11:58:35.000Z (about 1 year ago)
- Last Synced: 2024-11-07T23:14:19.464Z (about 2 months ago)
- Topics: hacktoberfest, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```