Skip to content

Commit fe4be5d

Browse files
author
Naseem
authored
Merge pull request #43 from naseemkullah/jaeger-readme
[jaeger] Update readme
2 parents 2bfb7be + 6c3d5bc commit fe4be5d

4 files changed

Lines changed: 12 additions & 22 deletions

File tree

charts/jaeger/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.16.0
33
description: A Jaeger Helm chart for Kubernetes
44
name: jaeger
5-
version: 0.19.5
5+
version: 0.19.6
66
keywords:
77
- jaeger
88
- opentracing

charts/jaeger/README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ helm install jaeger jaegertracing/jaeger
2222

2323
By default, the chart deploys the following:
2424

25-
- Jaeger Agent DaemonSet
26-
- Jaeger Collector Deployment
27-
- Jaeger Query (UI) Deployment
28-
- Cassandra StatefulSet
25+
- Jaeger Agent DaemonSet
26+
- Jaeger Collector Deployment
27+
- Jaeger Query (UI) Deployment
28+
- Cassandra StatefulSet
2929

30-
![Jaeger with Default components](images/jaeger-default.png)
30+
![Jaeger with Default components](https://www.jaegertracing.io/img/architecture-v1.png)
3131

3232
IMPORTANT NOTE: For testing purposes, the footprint for Cassandra can be reduced significantly in the event resources become constrained (such as running on your local laptop or in a Vagrant environment). You can override the resources required run running this command:
3333

@@ -197,8 +197,7 @@ helm install jaeger jaegertracing/jaeger --values jaeger-values.yaml
197197

198198
The architecture illustrated below can be achieved by enabling the ingester component. When enabled, Cassandra or Elasticsearch (depending on the configured values) now becomes the ingester's storage backend, whereas Kafka becomes the storage backend of the collector service.
199199

200-
![Jaeger with Ingester](images/jaeger-with-ingester.png)
201-
200+
![Jaeger with Ingester](https://www.jaegertracing.io/img/architecture-v2.png)
202201

203202
## Installing the Chart with Ingester enabled using a New Kafka Cluster
204203

@@ -232,6 +231,8 @@ The following table lists the configurable parameters of the Jaeger chart and th
232231
| `<component.affinity` | Affinity | {} |
233232
| `<component>.podSecurityContext` | Pod security context | {} |
234233
| `<component>.securityContext` | Container security context | {} |
234+
| `<component>.serviceAccount.create` | Create service account | `true` |
235+
| `<component>.serviceAccount.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
235236
| `agent.annotations` | Annotations for Agent | `nil` |
236237
| `agent.cmdlineParams` |Additional command line parameters| `nil` |
237238
| `agent.dnsPolicy` | Configure DNS policy for agents | `ClusterFirst` |
@@ -308,26 +309,14 @@ The following table lists the configurable parameters of the Jaeger chart and th
308309
| `query.basePath` | Base path of Query UI, used for ingress as well (if it is enabled) | `/` |
309310
| `query.extraConfigmapMounts` | Additional query configMap mounts | `[]` |
310311
| `schema.annotations` | Annotations for the schema job| `nil` |
311-
| `schema.extraConfigmapMounts` | Additional cassandra schema job configMap mounts | `[] |
312+
| `schema.extraConfigmapMounts` | Additional cassandra schema job configMap mounts | `[]` |
312313
| `schema.image` | Image to setup cassandra schema | `jaegertracing/jaeger-cassandra-schema` |
313-
| `schema.mode` | Schema mode (prod or test | `prod` |
314+
| `schema.mode` | Schema mode (prod or test) | `prod` |
314315
| `schema.pullPolicy` | Schema image pullPolicy | `IfNotPresent` |
315316
| `schema.activeDeadlineSeconds` | Deadline in seconds for cassandra schema creation job to complete | `120` |
316317
| `schema.traceTtl` | Time to live for trace data in seconds | `nil` |
317318
| `schema.keyspace` | Set explicit keyspace name | `nil` |
318319
| `schema.dependenciesTtl` | Time to live for dependencies data in seconds | `nil` |
319-
| `serviceAccounts.agent.create` | Create service account | `true` |
320-
| `serviceAccounts.agent.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
321-
| `serviceAccounts.cassandraSchema.create` | Create service account | `true` |
322-
| `serviceAccounts.cassandraSchema.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
323-
| `serviceAccounts.collector.create` | Create service account | `true` |
324-
| `serviceAccounts.collector.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
325-
| `serviceAccounts.hotrod.create` | Create service account | `true` |
326-
| `serviceAccounts.hotrod.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
327-
| `serviceAccounts.query.create` | Create service account | `true` |
328-
| `serviceAccounts.query.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
329-
| `serviceAccounts.spark.create` | Create service account | `true` |
330-
| `serviceAccounts.spark.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `` |
331320
| `spark.enabled` | Enables the dependencies job| `false` |
332321
| `spark.image` | Image for the dependencies job| `jaegertracing/spark-dependencies` |
333322
| `spark.pullPolicy` | Image pull policy of the deps image | `Always` |
@@ -364,4 +353,5 @@ For more information about some of the tunable parameters that Cassandra provide
364353
For more information about some of the tunable parameters that Jaeger provides, please visit the official [Jaeger repo](https://github.com/uber/jaeger) at GitHub.com.
365354

366355
### Pending enhancements
356+
367357
- [ ] Sidecar deployment support
-144 KB
Binary file not shown.
-203 KB
Binary file not shown.

0 commit comments

Comments
 (0)