-
Notifications
You must be signed in to change notification settings - Fork 680
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] Document fetching active and archived launch plans #2620
Labels
documentation
Improvements or additions to documentation
untriaged
This issues has not yet been looked at by the Maintainers
Comments
SmritiSatyanV
added
documentation
Improvements or additions to documentation
untriaged
This issues has not yet been looked at by the Maintainers
labels
Jun 17, 2022
SmritiSatyanV
added a commit
to flyteorg/flytectl
that referenced
this issue
Jun 20, 2022
Issue: flyteorg/flyte#2620 Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459 Signed-off-by: SmritiSatyanV <[email protected]>
SmritiSatyanV
added a commit
to flyteorg/flytectl
that referenced
this issue
Jun 20, 2022
Issue: flyteorg/flyte#2620 Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459 * Add commands to fetch active and archived launchplans * Removed 'with filters' * Update based on comments Signed-off-by: SmritiSatyanV <[email protected]>
pingsutw
pushed a commit
to pingsutw/flyte-monorepo
that referenced
this issue
Apr 4, 2023
Issue: flyteorg/flyte#2620 Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459 * Add commands to fetch active and archived launchplans * Removed 'with filters' * Update based on comments Signed-off-by: SmritiSatyanV <[email protected]>
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
Issue: flyteorg#2620 Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459 * Add commands to fetch active and archived launchplans * Removed 'with filters' * Update based on comments Signed-off-by: SmritiSatyanV <[email protected]>
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Issue: flyteorg#2620 Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459 * Add commands to fetch active and archived launchplans * Removed 'with filters' * Update based on comments Signed-off-by: SmritiSatyanV <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
untriaged
This issues has not yet been looked at by the Maintainers
Description
Slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1655433353538459
To list active launch plans in flytectl, use filters.
To fetch active launch plans, use:
flytectl get launchplan -p flytesnacks -d development -o yaml --filter.fieldSelector "state=1"
To fetch archived launch plans, use:
flytectl get launchplan -p flytesnacks -d development -o yaml --filter.fieldSelector "state=0"
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: