Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set steps.*.ip for withSequence #13614

Open
meln5674 opened this issue Sep 18, 2024 · 0 comments · May be fixed by #13615
Open

Set steps.*.ip for withSequence #13614

meln5674 opened this issue Sep 18, 2024 · 0 comments · May be fixed by #13615
Labels
area/daemon-steps area/looping `withParams`, `withItems`, and `withSequence` area/templating Templating with `{{...}}` type/feature Feature request

Comments

@meln5674
Copy link

Summary

Presently, if a node is marked as daemon: true, its IP is available as steps.*.ip or tasks.*.ip. Unlike outputs, this is not set if the step is an aggregate like withSequence. If this were consistent, this field would be set to a JSON list of IPs.

Use Cases

The motivating use case is where a pool of independent simulation workers are spawned at the start of the workflow, and then issued tasks by other steps in the workflow. Presently, this is possible, but requires the use of the k8s api to find the pod IP's.


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

@meln5674 meln5674 added the type/feature Feature request label Sep 18, 2024
@agilgur5 agilgur5 changed the title Set "steps.*.ip" for withSequence Set steps.*.ip for withSequence Sep 21, 2024
@agilgur5 agilgur5 changed the title Set steps.*.ip for withSequence Set steps.*.ip for withSequence Sep 21, 2024
@agilgur5 agilgur5 added area/templating Templating with `{{...}}` area/daemon-steps area/looping `withParams`, `withItems`, and `withSequence` labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/daemon-steps area/looping `withParams`, `withItems`, and `withSequence` area/templating Templating with `{{...}}` type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants