terraform-k8s-hcloud icon indicating copy to clipboard operation
terraform-k8s-hcloud copied to clipboard

A simple project to spin your k8s cluster with terraform, kubeadm on hcloud

Results 9 terraform-k8s-hcloud issues
Sort by recently updated
recently updated
newest added

Hi there I tried to follow the examples provided from the web: https://alexslubsky.medium.com/setup-highly-available-kubernetus-cluster-with-hetzner-cloud-and-terraform-941a9e25ddf6 ```` KUBECONFIG=secrets/admin.conf helm install -n kube-system tmp-ingress ingress-nginx/ingress-nginx -f demo-ingress.yml KUBECONFIG=secrets/admin.conf kubectl apply -f demo-app.yml ```` That...

Hi team, looks like there are some issues with the scripts: ``` null_resource.kube-cni:` Provisioning with 'local-exec'... null_resource.kube-cni (local-exec): Executing: ["/bin/sh" "-c" "KUBECONFIG=secrets/admin.conf helm install -n kube-system hcloud-csi-driver mlohr/hcloud-csi-driver --set csiDriver.secret.create=true...

I am thinking of migrating my private cluster to hetzner to save some costs. I would really prefer to have autoscaling to a fixed number of worker nodes. If you...

Addressing this: Warning: Quoted references are deprecated on install-calico.tf line 13, in resource "null_resource" "calico": 13: depends_on = ["hcloud_server.master"]

Error: Error running command 'KUBECONFIG=secrets/admin.conf kubectl apply -f ./cilium-firewall.yaml': exit status 1. Output: error: unable to recognize "./cilium-firewall.yaml": no matches for kind "CiliumClusterwideNetworkPolicy" in version "cilium.io/v2"

Error: Error running command 'KUBECONFIG=secrets/admin.conf helm repo add cilium https://helm.cilium.io/': exit status 127. Output: /bin/sh: 1: helm: not found

Hi, I tried the the terraform project to setup a cluster in the Hetzner cloud. It works quite well, thank you. However I added some more features in my fork....

This PR adds support for persistent volumes in kubernetes using the [csi-driver](https://github.com/hetznercloud/csi-driver). Feature mentioned [here](https://github.com/solidnerd/terraform-k8s-hcloud/issues/23). To test set `csi_driver_enabled = true` and use the following snippet*: ``` cat

Just one simple question: how do I see that everything is properly setup? A "Hello, world!" curl would be just amazing!

good first issue