Skip to content

alessiodionisi/terraform-provider-k0s

Repository files navigation

Terraform provider for k0s (using embedded k0sctl)

⚠️ The provider name on Terraform registry has been renamed from adnsio/k0s to alessiodionisi/k0s, please update your required_providers block.

Terraform provider to create and manage k0s Kubernetes clusters, using embedded k0sctl.

Getting started

You can install stable releases of the provider from the Terrafom registry.

Contributing

If you wish to work on the provider, you'll first need these requirements:

To compile the provider, run task install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

To generate or update documentation, run task generate.

In order to run the full suite of acceptance tests, run task acceptance-tests.

Note: acceptance tests create real resources, and often cost money to run.