How to include bootstrap manifests from local files? #6770
Unanswered
vladimirfx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
good idea, this can be implemented by templating before uploading using one or another option to perform local file templating |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now is two options available to include bootstrap manifests: URLs and inlineManifests (as whole manifest text).
First one is require host files somewhere, setup header based security witch is difficult and error prone.
Second is great for most our usecases but makes main config very hard to maintain. We include rendered Cilium config which is many times bigger than Talos own config. In addition content of Cilium manifest available in local (git versioned) file next to Talos config. It would be great if such manifest can be included in Talos config and inlined at apply time.
Beta Was this translation helpful? Give feedback.
All reactions