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

Create Helm chart for PravegaCluster #163

Closed
adrianmo opened this issue Apr 16, 2019 · 0 comments · Fixed by #165
Closed

Create Helm chart for PravegaCluster #163

adrianmo opened this issue Apr 16, 2019 · 0 comments · Fixed by #165
Labels
kind/task Task not directly related to a feature priority/P1 Recoverable error, functionality/performance impaired but not lost, no permanent damage status/ready The issue is ready to be worked on; or the PR is ready to review

Comments

@adrianmo
Copy link
Contributor

We currently have a Helm chart for deploying the operator, but we are missing a full-featured chart that creates all needed resources and deploys a Pravega cluster. The resources that this chart needs to manage are the following:

  • PravegaCluster CRD
  • Operator deployment
  • Operator service account
  • Operator role
  • Operator clusterrole
  • Operator rolebinding
  • Operator clusterrolebinding
  • PravegaCluster CR

All these resources can be currently found at the deploy/ directory. These manifests need to be transformed into chart templates to make them configurable.

As a first version of the chart we don't need to make it fully configurable, but at least we need to be able to configure the following options:

  • cluster name
  • version
  • image repository
  • replicas for BK, SS, and C

As a reference, we can take a look at other Helm charts in https://github.com/helm/charts/tree/master/stable.

@adrianmo adrianmo added priority/P1 Recoverable error, functionality/performance impaired but not lost, no permanent damage status/ready The issue is ready to be worked on; or the PR is ready to review kind/task Task not directly related to a feature labels Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Task not directly related to a feature priority/P1 Recoverable error, functionality/performance impaired but not lost, no permanent damage status/ready The issue is ready to be worked on; or the PR is ready to review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant