-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1230 from porter-dev/rudimk/logdna-update-203.9.1
LogDNA -> v203.9.1
- Loading branch information
Showing
4 changed files
with
10 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
appVersion: 3.8.2 | ||
appVersion: 3.9.1 | ||
description: LogDNA collector agent daemonset for Kubernetes. | ||
home: https://logdna.com | ||
icon: https://avatars.githubusercontent.com/u/17461937?s=200&v=4 | ||
icon: https://logdna.com/assets/images/logdna_logo_240w.png | ||
keywords: | ||
- logs | ||
- logging | ||
|
@@ -16,10 +16,10 @@ keywords: | |
- APP | ||
- LOGGING | ||
maintainers: | ||
- email: [email protected] | ||
name: logdna | ||
name: logdna | ||
- email: [email protected] | ||
name: LogDNA | ||
name: agent | ||
sources: | ||
- https://github.com/logdna/logdna-agent-v2 | ||
- https://github.com/logdna/logdna-agent-v2 | ||
type: application | ||
version: 0.1.0 | ||
version: 203.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,9 @@ | ||
# LogDNA Kubernetes Agent | ||
|
||
[LogDNA](https://logdna.com) - Easy, beautiful logging in the cloud. | ||
<a href="https://logdna.com" target="_blank">LogDNA</a> - Easy, beautiful logging in the cloud. | ||
|
||
## Introduction | ||
|
||
This chart deploys LogDNA collector agents to all nodes in your cluster. Logs will ship from all containers. | ||
We extract pertinent Kubernetes metadata: pod name, container name, container id, namespace, labels, and annotations. | ||
View your logs at https://app.logdna.com or live tail using our [CLI](https://github.com/logdna/logdna-cli). | ||
|
||
## Prerequisites | ||
|
||
- Kubernetes 1.11.10+ | ||
|
||
## Installing the Chart | ||
|
||
Please follow directions from https://app.logdna.com/pages/add-source to obtain your LogDNA Ingestion Key. | ||
|
||
To install the chart with the release name `my-release`: | ||
|
||
```bash | ||
$ helm repo add logdna https://assets.logdna.com/charts | ||
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY my-release logdna/agent | ||
``` | ||
|
||
You should see logs in https://app.logdna.com in a few seconds. | ||
|
||
### Tags support: | ||
```bash | ||
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY,logdna.tags=production my-release logdna/agent | ||
``` | ||
|
||
## Uninstalling the Chart | ||
|
||
To uninstall/delete the `my-release` deployment: | ||
|
||
```bash | ||
$ helm uninstall my-release | ||
``` | ||
|
||
The command removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
||
## Configuration | ||
|
||
The following tables lists the configurable parameters of the LogDNA Agent chart and their default values. | ||
|
||
Parameter | Description | Default | ||
--- | --- | --- | ||
`daemonset.tolerations` | List of node taints to tolerate | `[]` | ||
`daemonset.updateStrategy` | Optionally set an update strategy on the daemonset. | None | ||
`image.pullPolicy` | Image pull policy | `IfNotPresent` | ||
`logdna.key` | LogDNA Ingestion Key (Required) | None | ||
`logdna.tags` | Optional tags such as `production` | None | ||
`priorityClassName` | (Optional) Set a PriorityClass on the Daemonset | `""` | ||
`resources.limits.memory` | Memory resource limits |500Mi | ||
`updateOnSecretChange` | Optionally set annotation on daemonset to cause deploy when secret changes | None | ||
`extraEnv` | Additional environment variables | `{}` | ||
`extraVolumeMounts` | Additional Volume mounts | `[]` | ||
`extraVolumes` | Additional Volumes | `[]` | ||
`serviceAccount.create` | Whether to create a service account for this release | `true` | ||
`serviceAccount.name` | The name of the service account. Defaults to `logdna-agent` unless `serviceAccount.create=false` in which case it defaults to `default` | None | ||
|
||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, | ||
|
||
```bash | ||
$ helm install --set logdna.key=LOGDNA_INGESTION_KEY,logdna.tags=production my-release logdna/agent | ||
``` | ||
|
||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the | ||
chart. For example, | ||
|
||
```bash | ||
$ helm install -f values.yaml my-release logdna/agent | ||
``` | ||
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>. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters