Skip to content
Discussion options

You must be logged in to vote

Another way to modify and add stuff would be to use the created kustomization files and modify them.
There is a kustomize backup saved but it doesn't contain everything required.
However on the first control plane server you'll find a folder "/var/post_install/".
In there are all the files applied on the first install.

You can either change stuff in their and apply it via kustomize or copy it to your local machine and apply it from there.
What I did is moving this files to gitops (argocd) so they can be changed however needed.

Here is how it is applied on the first install so you can do the same:

"kubectl apply -k /var/…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mysticaltech
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #363 on October 24, 2022 00:02.