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

Providing a single YAML file installer #347

Closed
prometherion opened this issue Jul 17, 2021 · 0 comments · Fixed by #348
Closed

Providing a single YAML file installer #347

prometherion opened this issue Jul 17, 2021 · 0 comments · Fixed by #348
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@prometherion
Copy link
Member

Actually, we support two kinds of installation:

  • Helm
  • Kustomize

Kustomize is still required for the development purpose since the Kubebuilder annotations don't provide all the required extra fields, but forcing end-users to have it as installation dependency is cumbersome.

Would be great having a single YAML file that is going to be used to install all the required resources, something as kubectl apply -f https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml.

With this, we're gaining also the advantage of tracking in a more efficient way the final manifests we're using to update the Helm charts, as well tracking uncommitted changes or diff during the CI.

@prometherion prometherion added the enhancement New feature or request label Jul 17, 2021
@prometherion prometherion added this to the v0.1.0 milestone Jul 17, 2021
@prometherion prometherion self-assigned this Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant