Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
softonic/knative-serving
Chart version: 3.0.0
Api version: v2
App version: v0.16.0
A knative serving Helm chart for Kubernetes
application
Chart Type
Active
Status
Unknown
License
7084
Downloads
https://charts.softonic.io
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install knative-serving center/softonic/knative-serving
Versions (0)
View all
Helm chart for knative serving
Overview
With this chart you are going to install a serving component of Knative on a Kubernetes cluster. Following the knative-serving documentation. Knative install docs
Knative v0.14.0 requires a Kubernetes cluster v1.15 or newer, as well as a compatible kubectl.
#Â Prerequisites
- Istio
- Cert Manager >= 0.12
- Kubernetes >= v1.15
Install
$ helm repo add softonic https://charts.softonic.io
$ helm install knative-serving softonic/knative-serving
Configuration
All configuration settings are contained and described in values.yaml.
Parameter | Description | Default |
---|---|---|
certmanager.enabled |
Setup the Webhook using cert-manager | false |
podDisruptionBudget.enabled |
Enables creation of a PodDisruptionBudget for corresponding deployment. | false |
podDisruptionBudget.minAvailable |
Sets the minimum number of pods to be available. Cannot be set at the same time as maxUnavailable. | 1 |
replicaCount |
Number of replicas to deploy. | 1 |
affinity |
Pod/Node affinity and anti-affinity | {} |
tolerations |
List of node taint tolerations. | [] |
nodeSelector |
Node labels for pod assignment. | {} |
resources |
CPU and memory limits for corresponding container. | {} |
priorityClassName |
The name of the priorityClass for the pods. | Unset |
lifecycle |
controller pod lifecycle hooks | {} |