banzaicloud-stable/istio-release-operator
Chart version: 0.1.1
Api version: v1
App version: 0.1.0
istio-release-operator manages canary deployments
application
Chart Type
Active
Status
Unknown
License
720
Downloads
https://kubernetes-charts.banzaicloud.com
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install istio-release-operator center/banzaicloud-stable/istio-release-operator
Versions (0)
View all
istio-release-operator chart
istio-release-operator is a canary deployment operator.
Prerequisites
- Kubernetes 1.10.0+
Installing the chart
To install the chart:
$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
$ helm install --name=istio-release-operator --namespace=istio-system banzaicloud-stable/istio-release-operator
Uninstalling the Chart
To uninstall/delete the istio-release-operator
release:
$ helm del --purge istio-release-operator
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The following table lists the configurable parameters of the Banzaicloud Istio Operator chart and their default values.
Parameter | Description | Default |
---|---|---|
operator.image.repository |
Operator container image repository | banzaicloud/canary-operator |
operator.image.tag |
Operator container image tag | 0.1.0 |
operator.image.pullPolicy |
Operator container image pull policy | IfNotPresent |
operator.resources |
CPU/Memory resource requests/limits (YAML) | Memory: 128Mi/256Mi , CPU: 100m/200m |
prometheusMetrics.enabled |
If true, use direct access for Prometheus metrics | false |
prometheusMetrics.authProxy.enabled |
If true, use auth proxy for Prometheus metrics | true |
prometheusMetrics.authProxy.image.repository |
Auth proxy container image repository | gcr.io/kubebuilder/kube-rbac-proxy |
prometheusMetrics.authProxy.image.tag |
Auth proxy container image tag | v0.4.0 |
prometheusMetrics.authProxy.image.pullPolicy |
Auth proxy container image pull policy | IfNotPresent |
rbac.enabled |
Create rbac service account and roles | true |