Trouble and questions about adding user-specific files #6323
Unanswered
larrywalters
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings! I am trying to add some particular files to the Talos control_plane node. My goal is to have a particular Pod read them when it starts up. However, whenever I add the specification to the machine patch, I cannot get the cluster to launch successfully. I tried multiple forms, and even with a stripped down form like this:
I get this:
Ultimately, my goal is to add some authentication related files and some tarballs to the node. Can I just specify the path to these files on my local machine in the
content
field, or do I have to put the actual bytes in the machine patch? Would this even work for something like a tarball?Another thing I found confusing was that there is a
permissions
field, which I did not include above, but I have tried with it (also without success). My understanding of the Talos filesystem is that it is immutable once the cluster is launched. Therefore, wouldn't the file permissions always be read-only? Why then is there apermissions
option? If my understanding of the filesystem is not correct, please let me know!Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions