Releases: remche/terraform-openstack-rke2
Releases · remche/terraform-openstack-rke2
v0.6.0
- allow custom containerd file (see examples/nvidia-gpu and examples/jupyterhub-gpu)
- allow to set
boot_volume_type
- allow different
boot_volume_*
for server and agent
Thanks to @compendius !
v0.5.0
⚠️ rke2_config_file
now takes a string containing the configuration. This allow to templated file contents rather than straight yaml file. See examples/blue-green-nodes
⚠️
Thanks to @powellchristoph !
v0.4.1
- use cluster name for kubeconfig context. Fix #22
v0.4.0
- fix server internal ip output
- fix not so sensitive outputs. fix #21
- Ignore user data changes. (#24)
v0.3.0
This release brings CentOS 8 compatibility.
Thanks @nicolasjouveamue for debug !
- use supplied ssh key when scping kubeconfig. fix #18
- use system_user group for rke2_remote. fix #17
- remove unused dns_servers from example
v0.2.3
add a way to provide registries.yaml. fix #14
v0.2.2
- Merge pull request #13 from zifeo/fix-volume-boot
v0.2.1
- config.yaml token issue. fix #8
- specify matti/resource/shell module version. fix #9
v0.2.0
- fix agent pool affinity
- random cluster token
- fmt and required_providers
v0.1.4
- add manifests via gz+b64 computed variable