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

[Core] Support cross-cloud failover when labels are provided #3500

Open
romilbhardwaj opened this issue May 1, 2024 · 0 comments
Open

[Core] Support cross-cloud failover when labels are provided #3500

romilbhardwaj opened this issue May 1, 2024 · 0 comments

Comments

@romilbhardwaj
Copy link
Collaborator

If a task specifies labels, it must currently specify the cloud to allow for checking labels since label validation varies across clouds. See discussion here.

We may need a way to allow cross-cloud failover when resources are specified.

Current workaround is to specify multiple clouds through any_of or ordered if failover with labels is desired:

resources:
  any_of:
    - cloud: gcp
      labels:
        cloud_name: gcp
    - cloud: kubernetes
      labels:
        my_domain/cloud_name: kubernetes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant