Manage Konflux application
Get status of all components in a Konflux application, including last build, snapshots, and releases. Use this to monitor your application's overall health and component status.
/plugin marketplace add opendatahub-io/ai-helpers/plugin install jira@odh-ai-helpers<subcommand> [args]konflux:application
/konflux:application status <application>
The konflux:application command to manage Konflux application.
This command helps you:
The command performs the following steps:
Prerequisites Check:
oc CLI is installed: which ococ whoamijq CLI is installed: which jqgit CLI is installed: which gitgit remote -vParse Arguments:
application: Application name (required)List components that belong to the application:
kubeclt get component -o yaml | jq '.items[] | select(.spec.application=="{application}")
.spec.application.spec.componentName.spec.source.git.url.status.lastBuiltCommitShow status for each Konflux component:
/konflux:component status {component}
/konflux:application status otel-main
/konflux:component status <component> - Show component status/konflux:component build <components> [--wait <duration>] [--wait-release <duration>] [--nudge] - Trigger component build