-
Notifications
You must be signed in to change notification settings - Fork 101
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
Helm Chart #751
Comments
Is the chart used to install operator only, or install knative components, like serving or eventing? |
Yes, this is the chart to install the operator which installs serving and/or eventing. |
|
This issue is stale because it has been open for 90 days with no |
/reopen Or are there any other open threads on getting Helm support for Knative we can fold this one into? I wanted to quickly try this stack out for running some autoscaling deployments, but ended up having to hack all sorts of values in the manifests to get it to run in our small cluster (lower memory limits, less cpu requests, we have tainted nodes so adding some tolerations, ... stuff that's usually configurable through helm). Istio has helm charts ref, but knative.dev hosts custom Istio and Knative Istio controller manifests ref. It would be much more convenient and maintainable to install the whole stack via helm (e.g. by default no networking layer, can enable one in helm values), probably with separate charts for CRDs. |
@ddelange: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Problem
It would be nice that there is a helm chart for knative operator. Lots of companies make use of charts to install software into their clusters and an official chart is needed for this project.
Persona:
Which persona is this feature for?
Anyone using knative serving and/or eventing
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
A chart is implemented.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
N/A.
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: