digitalocean/marketplace-kubernetes

Can we run a script on all nodes prior to installing our application into the cluster?

watcher00090 opened this issue · 1 comments

Hi,

We're looking to have some packages present on all nodes prior to installing our k8s application into the cluster. Since deploy.sh is run on the master, is there any way to access the ip addresses of all nodes in deploy.sh, or if not, is there some script that we can add to our stack that is guaranteed to be run on all nodes, prior to the running of deploy.sh?

Thank you,
James Pedersen

Unfortunately we don't offer a way to modify worker nodes.