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

Allow enabling managed modules via kyma CLI #2274

Open
kwiatekus opened this issue Dec 5, 2024 · 0 comments
Open

Allow enabling managed modules via kyma CLI #2274

kwiatekus opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Dec 5, 2024

Description

User of managed kyma runtime should be able to:

  • enable managed module (with custom module CR)
  • enable managed module (with default module CR)
  • disable managed module

Reason
Possibility to toggle modules on/off via cli would simplify implementing automation scenarios for kyma users

Related
Part of #2251

Ideas
kyma alpha module enable serverless - enables serverlss operator, but serverless CR is not created
kyma alpha module enable serverless --defult-config - enables serverlss operator, with default serverless CR
kyma alpha module enable serverless --config {path to serverlss CR} - enables serverlss operator, with custom serverless CR
kyma alpha module disable serverless - removes serverless CR (manually if CustomResourcePolicy is set to false) and operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants