You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

30
+

31
31
32
32
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:
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.
199
199
200
-

201
-
200
+

202
201
203
202
## Installing the Chart with Ingester enabled using a New Kafka Cluster
204
203
@@ -232,6 +231,8 @@ The following table lists the configurable parameters of the Jaeger chart and th
232
231
| `<component.affinity` | Affinity | {} |
233
232
| `<component>.podSecurityContext` | Pod security context | {} |
| `<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 | `` |
235
236
| `agent.annotations` | Annotations for Agent | `nil` |
236
237
| `agent.cmdlineParams` |Additional command line parameters| `nil` |
237
238
| `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
308
309
| `query.basePath` | Base path of Query UI, used for ingress as well (if it is enabled) | `/` |
| `schema.activeDeadlineSeconds` | Deadline in seconds for cassandra schema creation job to complete | `120` |
316
317
| `schema.traceTtl` | Time to live for trace data in seconds | `nil` |
317
318
| `schema.keyspace` | Set explicit keyspace name | `nil` |
318
319
| `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 | `` |
331
320
| `spark.enabled` | Enables the dependencies job| `false` |
332
321
| `spark.image` | Image for the dependencies job| `jaegertracing/spark-dependencies` |
333
322
| `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
364
353
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.
0 commit comments