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

[FEATURE] Streamline the installation steps #13

Open
starbops opened this issue Jul 28, 2024 · 0 comments
Open

[FEATURE] Streamline the installation steps #13

starbops opened this issue Jul 28, 2024 · 0 comments
Labels
kind/feature New feature proposed/asked

Comments

@starbops
Copy link
Owner

starbops commented Jul 28, 2024

Is your feature request related to a problem? Please describe.

There's no easy way of installation.

Describe the solution you'd like

Distribute a Helm chart for the project for easy installation.

Describe alternatives you've considered

Maybe an operator for the application's life cycle management is the way to go, but that would cost too much in current circumstances.

Additional context

Currently, we have several targets related to installation defined in the Makefile:

  • For local development
    • make install to install the CRD
    • make run to spin up the controllers locally
  • For regular installation
    • Deploy cert-manager
    • make deploy to deploy the controllers and necessary resources including the CRD

All of the above requires cloning the repository beforehand.

@starbops starbops added the kind/feature New feature proposed/asked label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature proposed/asked
Projects
None yet
Development

No branches or pull requests

1 participant