Closed liamwh closed 9 months ago
@liamwh Please use the latest version v2.11.7, and the model name not the local path to a cloned module.
Also, please start fresh again, terraform destroy, if needed cleanupkh, and try again.
I ran terraform destroy
, and specified the latest version of 2.11.7 like so:
module "kube-hetzner" {
providers = {
hcloud = hcloud
}
hcloud_token = var.hcloud_token != "" ? var.hcloud_token : local.hcloud_token
# Then fill or edit the below values. Only the first values starting with a * are obligatory; the rest can remain with their default values, or you
# could adapt them to your needs.
# * For local dev, path to the git repo
# source = "../../kube-hetzner/"
# If you want to use the latest master branch
# source = "github.com/kube-hetzner/terraform-hcloud-kube-hetzner"
# For normal use, this is the path to the terraform registry
source = "kube-hetzner/kube-hetzner/hcloud"
# You can optionally specify a version number
version = "2.11.7"
This did not resolve the issue.
I am not sure exactly what you mean by "the model name not the local path to a cloned module." Can you please clarify for me?
@liamwh My bad, I was confused. Great you upgraded to the latest version.
Please see the debug section in the readme, you will need to ssh into the node and try running that shell script manually to see what are the errors.
Also if you could hare the content of the shell script, without sensitive values, it would be helpful.
Also, try moving the control planes to cax11, it seems later versions of cilium do request quite a bit of memory.
Thanks again @mysticaltech, bumping the control plane nodes to cax11 did the trick!
Description
I am using Cloudflare Warp. I have the snapshots created. When using terraform apply, I get the following issue:
Kube.tf file
Screenshots
Platform
WSL