Skip to content
Discussion options

You must be logged in to vote

Hi @Venoox, via helm is possible as @mysticaltech wrote or with the provided CLI, but you want to use Kustomize for the optimal workflow.
For a complete automated bootstrap of the cluster including Flux, you may want to follow my setup shown below!

Ground work:

You need to create a folder named extra-manifests, as outlined in the README for Kustomize to be executed after initial K3S installation and you need the Flux CLI, for creating the secret mentioned later.

Kustomization time:

Create a file named kustomization.yaml.tpl in the folder created above, with this content:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- https://raw.githubusercontent.com/fluxcd/flux2…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Answer selected by mysticaltech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants