Skip to content

Commit 6bff0dd

Browse files
Merge pull request #1230 from porter-dev/rudimk/logdna-update-203.9.1
LogDNA -> v203.9.1
2 parents 658e3a4 + 98fe726 commit 6bff0dd

File tree

4 files changed

+10
-80
lines changed

4 files changed

+10
-80
lines changed

addons/logdna/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 3.8.2
2+
appVersion: 3.9.1
33
description: LogDNA collector agent daemonset for Kubernetes.
44
home: https://logdna.com
5-
icon: https://avatars.githubusercontent.com/u/17461937?s=200&v=4
5+
icon: https://logdna.com/assets/images/logdna_logo_240w.png
66
keywords:
77
- logs
88
- logging
@@ -16,10 +16,10 @@ keywords:
1616
- APP
1717
- LOGGING
1818
maintainers:
19-
20-
name: logdna
21-
name: logdna
19+
20+
name: LogDNA
21+
name: agent
2222
sources:
23-
- https://github.com/logdna/logdna-agent-v2
23+
- https://github.com/logdna/logdna-agent-v2
2424
type: application
25-
version: 0.1.0
25+
version: 203.9.1

addons/logdna/README.md

+2-67
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,9 @@
11
# LogDNA Kubernetes Agent
22

3-
[LogDNA](https://logdna.com) - Easy, beautiful logging in the cloud.
3+
<a href="https://logdna.com" target="_blank">LogDNA</a> - Easy, beautiful logging in the cloud.
44

55
## Introduction
66

77
This chart deploys LogDNA collector agents to all nodes in your cluster. Logs will ship from all containers.
88
We extract pertinent Kubernetes metadata: pod name, container name, container id, namespace, labels, and annotations.
9-
View your logs at https://app.logdna.com or live tail using our [CLI](https://github.com/logdna/logdna-cli).
10-
11-
## Prerequisites
12-
13-
- Kubernetes 1.11.10+
14-
15-
## Installing the Chart
16-
17-
Please follow directions from https://app.logdna.com/pages/add-source to obtain your LogDNA Ingestion Key.
18-
19-
To install the chart with the release name `my-release`:
20-
21-
```bash
22-
$ helm repo add logdna https://assets.logdna.com/charts
23-
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY my-release logdna/agent
24-
```
25-
26-
You should see logs in https://app.logdna.com in a few seconds.
27-
28-
### Tags support:
29-
```bash
30-
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY,logdna.tags=production my-release logdna/agent
31-
```
32-
33-
## Uninstalling the Chart
34-
35-
To uninstall/delete the `my-release` deployment:
36-
37-
```bash
38-
$ helm uninstall my-release
39-
```
40-
41-
The command removes all the Kubernetes components associated with the chart and deletes the release.
42-
43-
## Configuration
44-
45-
The following tables lists the configurable parameters of the LogDNA Agent chart and their default values.
46-
47-
Parameter | Description | Default
48-
--- | --- | ---
49-
`daemonset.tolerations` | List of node taints to tolerate | `[]`
50-
`daemonset.updateStrategy` | Optionally set an update strategy on the daemonset. | None
51-
`image.pullPolicy` | Image pull policy | `IfNotPresent`
52-
`logdna.key` | LogDNA Ingestion Key (Required) | None
53-
`logdna.tags` | Optional tags such as `production` | None
54-
`priorityClassName` | (Optional) Set a PriorityClass on the Daemonset | `""`
55-
`resources.limits.memory` | Memory resource limits |500Mi
56-
`updateOnSecretChange` | Optionally set annotation on daemonset to cause deploy when secret changes | None
57-
`extraEnv` | Additional environment variables | `{}`
58-
`extraVolumeMounts` | Additional Volume mounts | `[]`
59-
`extraVolumes` | Additional Volumes | `[]`
60-
`serviceAccount.create` | Whether to create a service account for this release | `true`
61-
`serviceAccount.name` | The name of the service account. Defaults to `logdna-agent` unless `serviceAccount.create=false` in which case it defaults to `default` | None
62-
63-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
64-
65-
```bash
66-
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY,logdna.tags=production my-release logdna/agent
67-
```
68-
69-
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
70-
chart. For example,
71-
72-
```bash
73-
$ helm install -f values.yaml my-release logdna/agent
74-
```
9+
View your logs at <a href="https://app.logdna.com" target="_blank">https://app.logdna.com</a> or live tail using the <a href="https://github.com/logdna/logdna-cli" target="_blank">LogDNA CLI</a>.

addons/logdna/README.md.gotmpl

-5
This file was deleted.

addons/logdna/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ image:
55

66
logdna:
77
name: logdna-agent
8-
key: ""
98

109
resources:
1110
requests:
@@ -21,6 +20,7 @@ daemonset:
2120
operator: Equal
2221

2322
priorityClassName: ""
23+
2424
extraEnv:
2525
- name: LOGDNA_USE_K8S_LOG_ENRICHMENT
2626
value: "always"

0 commit comments

Comments
 (0)