Replies: 1 comment 7 replies
-
|
Hi, yes the post create commands only run when first setting up the nodes since they are run by Cloud Init. I have plans to add a means to easily run a custom command or script on demand across all nodes of the cluster, but I haven't done it yet. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
So, once servers are provisioned, I would like to run some idempotent commands on them. Is there a node in the YAML structure where I could do so?
I know
post_create_commandsbut that one is only after creating the cluster AFAIK? And not when it already exists?Beta Was this translation helpful? Give feedback.
All reactions