On Friday, November 11, 2016, iceal thaddeus lim <[email protected]> wrote:
> Hello, > > I'm creating a k8 configuration for a nagios image. Where, I need to > dynamically supply the configurations (not in ini or property format), as a > config-map. > > I can get it to work, by creating multiple config maps and mounting it to > different locations. > > Currently I have 6 maps already. I was wondering, is there cleaner way to > create a configuration to form a directory as a config map (I cannot use > repo)? > Sorry, not sure I understand the question. But a configmap can have several keys (each one mounted as a different file) and be updated dynamically. You can easily create using kubectl and from-file parameter and specify a directory instead of a file. Does that answer your question? If not, can you please explain again? Sorry I'm advance :) -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
