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
To install the chart with the release name `myrel`, run the following command:
72
78
73
79
```bash
74
-
$ helm install incubator/jaeger --name myrel
80
+
$ helm install jaegertracing/jaeger --name myrel
75
81
```
76
82
77
83
After a few minutes, you should see a 3 node Cassandra instance, a Jaeger DaemonSet, a Jaeger Collector, and a Jaeger Query (UI) pod deployed into your Kubernetes cluster.
78
84
79
85
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:
If you already have an existing running Cassandra cluster, you can configure the chart as follows to use it as your backing store (make sure you replace `<HOST>`, `<PORT>`, etc with your values):
After a few minutes, you should see 2 ElasticSearch client nodes, 2 ElasticSearch data nodes, 3 ElasticSearch master nodes, a Jaeger DaemonSet, a Jaeger Collector, and a Jaeger Query (UI) pod deployed into your Kubernetes cluster.
@@ -166,7 +172,7 @@ After a few minutes, you should see 2 ElasticSearch client nodes, 2 ElasticSearc
166
172
If you already have an existing running ElasticSearch cluster, you can configure the chart as follows to use it as your backing store:
0 commit comments