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

List installed modules with statuses #2330

Open
kwiatekus opened this issue Jan 21, 2025 · 0 comments
Open

List installed modules with statuses #2330

kwiatekus opened this issue Jan 21, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Jan 21, 2025

Description

Show installed modules based on Kyma CR's status.

Reasons

Listing modules should in the first place list installed modules.
Listing available modules should be moved to separate command (or triggered by option).

Comparing UX to busola: user first sees modules installed in the cluster. Showing catalog is triggered by an extra action (Edit shows available modules to be added)

Ideas

List all installed modules using Kyma CR (status.modules) as a source of truth with

kyma alpha module list

List availalable modules (module catalog) using moduletemplates and modulereleasemeta CRs, enriched with information about installed versions (if any) with:

kyma alpha module catalog 
@kwiatekus kwiatekus added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant