Closed InfernoCraft closed 4 months ago
Its basically the same problem as #1170 has.
https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/issues/1170#issuecomment-2070773593 This fixes it for me in the short term.
I think this is because kustomize behaves differently to Terraform :wink: Kustomize does not have "state", so when you remove something from the kustomization.yaml
, kustomize will not notice this, so it will not remove the deployed resources from the server. You need to do this on your own, like mentioned in the comment @InfernoCraft linked.
Good to hear this was solved.
Description
Hi, I have the problem, that jobs are constantly spawning, which are installing longhorn, nginx, traefik, and cilium even after i disabled all those helm releases to be installed in the kube.tf. After I deleted these jobs and everything they have installed, they keep spawning after some time and installing those helm releases again. All of those helm releases i had once activated in the kube.tf and then after working with and trying things out with the cluster i disabled them eventually. The cilium specifically is breaking the cluster everytime it is installed because it keeps tainting the nodes and then nothing can be scheduled anymore.
I think this is a bug as I didn't found anything similar on this issue.
Thanks for the help!
Kube.tf file
Screenshots
No response
Platform
Linux