⚠️ The provider name on Terraform registry has been renamed from
adnsio/k0s
toalessiodionisi/k0s
, please update yourrequired_providers
block.
Terraform provider to create and manage k0s Kubernetes clusters, using embedded k0sctl.
You can install stable releases of the provider from the Terrafom registry.
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.