Hey Jon- I can't speak to kops in particular but there might be a few ideas to workaround this:
1) If having the scripts post-install is OK then create a daemonset that deploys the scripts and mounts in the hostPath needed 2) Use Terraform or something else that is easier to customize, maybe checkout the tectonic installer <https://github.com/coreos/tectonic-installer> as a starting point Hope that helps! Brandon On Fri, Mar 24, 2017 at 5:19 AM <[email protected]> wrote: > We have some custom scripts we would like to pass into the bastion servers > in our private topology using the userdata of the launch config. However, > we are managing the cluster with kops so any updates to the bastion > instance group creates a new launch config. Is there a means to pass in > additional userdata to the instance group that kops would then append to > its own userdata to register the server? > > -- > 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. > -- 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.
