diff --git a/stable/instana-agent/Chart.yaml b/stable/instana-agent/Chart.yaml index f35d2426c7ab..9250d8503866 100644 --- a/stable/instana-agent/Chart.yaml +++ b/stable/instana-agent/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: instana-agent -version: 1.0.23 +version: 1.0.24 appVersion: 1.0 description: Instana Agent for Kubernetes home: https://www.instana.com/ diff --git a/stable/instana-agent/README.md b/stable/instana-agent/README.md index 395836dd893a..c705b001e51f 100644 --- a/stable/instana-agent/README.md +++ b/stable/instana-agent/README.md @@ -10,7 +10,15 @@ This chart adds the Instana Agent to all schedulable nodes in your cluster via a Kubernetes 1.9.x - 1.16.x -Working `helm` (version 3) with the `stable` repo added to your helm client. +#### Helm 3 prerequisites + +Working `helm` with the `stable` repo added to your helm client. + +#### Helm 2 prerequisites + +Working `helm` and `tiller`. + +_Note:_ Tiller may need a service account and role binding if RBAC is enabled in your cluster. ## Installing the Chart @@ -49,6 +57,8 @@ Agent can have APM, INFRASTRUCTURE or AWS mode. Default is APM and if you want t * agent.mode +#### Installing with Helm 3 + First, create a namespace for the instana-agent ```bash @@ -65,14 +75,34 @@ $ helm install instana-agent --namespace instana-agent \ stable/instana-agent ``` +#### Installing with Helm 2 + +To install the chart with the release name `instana-agent` and set the values on the command line run: + +```bash +$ helm install --name instana-agent --namespace instana-agent \ +--set agent.key=INSTANA_AGENT_KEY \ +--set agent.endpointHost=HOST \ +--set zone.name=ZONE_NAME \ +stable/instana-agent +``` + ## Uninstalling the Chart -To uninstall/delete the `instana-agent` daemon set: +To uninstall/delete the `instana-agent` release: + +#### Uninstalling with Helm 2 ```bash $ helm del --purge instana-agent ``` +#### Uninstalling with Helm 3 + +```bash +$ helm del instana-agent -n instana-agent +``` + ## Configuration ### Helm Chart