$ helm repo add banzaicloud-stable http://kubernetes-charts.banzaicloud.com/branch/master
$ helm repo update
$ helm install banzaicloud/ht-k8s-action-plugin
This chart bootstraps an BanzaiCloud Hollowtrees Action Plugin deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.8+ with Beta APIs enabled
To install the chart with the release name my-release
:
$ helm install --name my-release banzaicloud/ht-k8s-action-plugin
The command deploys Hollowtrees action plugin on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
To uninstall/delete the my-release
deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of the Hollowtrees Action Plugin chart and their default values.
Parameter | Description | Default |
---|---|---|
name |
Container name | ht-k8s-action-plugin |
image |
Container image | banzaicloud/ht-k8s-action-plugin:{VERSION} |
replicaCount |
Replica Count | 1 |
service.type |
Kubernetes service type to expose | ClusterIP |
service.nodePort |
Port to bind to for NodePort service type | nil |
service.annotations |
Additional annotations to add to service | nil |
imagePullPolicy |
Image pull policy. | IfNotPresent |
logLevel |
Log level | debug |
logFormat |
Log format | text |
bindAddr |
Port to bind to for service | 8887 |
resources |
CPU/Memory resource requests/limits | Memory: 256Mi , CPU: 100m |
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
$ helm install --name my-release -f values.yaml banzaicloud/ht-k8s-action-plugin
Tip: You can use the default values.yaml