kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
24 stars 48 forks source link

Install community modules (not managed) #3350

Open pbochynski opened 2 days ago

pbochynski commented 2 days ago

Description Modules provided by user (module template installed manually by the user) should be applied directly in the cluster (see PoC code: https://github.com/kyma-project/community-modules/blob/804dea3f6cc764a2a952b66bdf446c7c7d01bd92/k8s.js#L7). You can distinguish user modules by checking managed-by label (not yet implemented).

Reasons See explanations in the main issue: https://github.com/kyma-project/kyma/issues/18450

mrCherry97 commented 2 days ago

Will be planned after https://github.com/kyma-project/lifecycle-manager/issues/1472 They will prepare the testing environment for us, and we will start working on this topic.