wenzel-felix / terraform-hcloud-rke2

This module deploys a resilient and highly available rke2 Kubernetes cluster on Hetzner Cloud.
https://registry.terraform.io/modules/wenzel-felix/rke2/hcloud/latest
MIT License
12 stars 6 forks source link

Upgraded rancher, rke2 and other packages #34

Closed AmreeshTyagi closed 11 months ago

wenzel-felix commented 11 months ago

@AmreeshTyagi please check out this https://github.com/wenzel-felix/terraform-hcloud-rancher-cloudflare I'll add your adjustments there and remove the whole example here, cause I don't want to maintain two sources.

Also, if you want you can verify the new version here now. https://github.com/wenzel-felix/terraform-hcloud-rancher-cloudflare/tree/feature/bump_rke2_module_version

AmreeshTyagi commented 11 months ago

Thanks @wenzel-felix . I will check new version once I will create new test cluster in few days.

Just want to know that by default, test-cluster was created with rke1 instead of rke2. Is it a bug or I have to add some new configuration for RKE2?

AmreeshTyagi commented 11 months ago

I ran simple example & I see that DNS entries were created on cloudflare. I got error of cloudflare_token, so passed that along with zone id.

is it expected? I see that cloudflare token was used by cert_manager. Not sure if cert manager is needed here or not.

image

AmreeshTyagi commented 10 months ago

I ran simple example & I see that DNS entries were created on cloudflare. I got error of cloudflare_token, so passed that along with zone id.

is it expected? I see that cloudflare token was used by cert_manager. Not sure if cert manager is needed here or not.

image

No worry. I handled it as per my own use case.