-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
docs: add example of CI with ephemeral VMs with Azure CLI + Ansible #13408
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
Signed-off-by: Jeremy Beale <88258057+jrbe228@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for providing an example for others!
The examples here tend to be more generic in nature (although not all). I'm wondering if this might be better placed in https://github.com/argoproj-labs/argo-workflows-catalog? @terrytangyuan what do you think?
This PR was intended to show ephemeral VMs could be used in a workflow, even if still very far from a "first-class citizen". I chose the Azure CLI for convenience. Now I'm wondering if https://kubevirt.io/ is a better concept. No testing yet on my end. Just reading docs. |
docs: Azure Infra Example
Motivation
Example for automating software builds / tests on ephemeral Windows VMs. Very helpful for me, could be for others also. Feel free to edit or close PR, as appropriate.
Use Azure CLI to
Modifications
No changes to Argo engine or UI
Verification
Works for me :)