-
Notifications
You must be signed in to change notification settings - Fork 655
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
[Feature] flytectl cross-domain commands #578
Comments
@pmahindrakar-oss OR @evalsocket - can either of you help with this issue? |
@kumare3 & @wild-endeavor Do we need this feature for all commands? or we just need it for archiving. |
flyteorg#578) fix: correctly coerce defaultValue when rendering LaunchPlan details Signed-off-by: Rahul Mehta <rahul@theoremlp.com> Signed-off-by: Rahul Mehta <rahul@theoremlp.com>
* Update `flyteplugins` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Update `flytepropeller` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Fix imports Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Bump flyteplugins to v1.1.7 Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Return `err` instead of `nil` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> --------- Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> Co-authored-by: Dan Rammer <daniel@union.ai>
* Alter ID sequence to bigint Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com> * Unit test it Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com> --------- Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
* Update `flyteplugins` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Update `flytepropeller` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Fix imports Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Bump flyteplugins to v1.1.7 Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> * Return `err` instead of `nil` Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> --------- Signed-off-by: Bernhard Stadlbauer <11799671+bstadlbauer@users.noreply.github.com> Co-authored-by: Dan Rammer <daniel@union.ai>
* Alter ID sequence to bigint Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com> * Unit test it Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com> --------- Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Motivation: Why do you think this is important?
For certain commands in flyte-cli like update-workflow-meta need to have the domain specified. This is fine but usually, when users are archiving a workflow, they want to do it for all domains. We should have an option in flytectl to do this, a --all-domains switch or something.
Goal: What should the final outcome look like, ideally?
See above.
Describe alternatives you've considered
None.
Flyte component
GitHub repo(s)
flytectl
The text was updated successfully, but these errors were encountered: