Replies: 1 comment 10 replies
-
@rombert That is a great question that we perhaps did not answer clearly enough in the readme. Basically, when you deploy your cluster, a kustomization backup file gets created locally, and you can use that to update the above components. You also have other components that you need to update via helm, you can see them by looking at the rancher helm CRDs, just grep the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I started looking into this project and looks like a perfect fit for my needs :-)
I like managing various non-core Kubernetes workloads via GitOps with Flux 2 so I cut down on some of the add-ons so I can manage them myself:
There are still a couple of workloads which I view as either core ( e.g. coredns ) or Hetzner-specific so I'm leaving them managed by kube-hetzner:
What is not clear to me is how these workloads get upgraded to the latest version, can anyone please clarify that?
Beta Was this translation helpful? Give feedback.
All reactions