Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Jaeger Version++ && Version documentation
Browse files Browse the repository at this point in the history
Similar to #70, addresses #88

Signed-off-by: Victor Lei <[email protected]>
  • Loading branch information
Aergonus committed May 22, 2018
1 parent 327ea09 commit b3cba99
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ kubectl run jaeger-spark-dependencies --schedule="55 23 * * *" --env="STORAGE=ca

If you want to run the job only once and immediately then remove scheduled flag.

## Docker Versions
The jaeger project automatically creates new docker images with versions that mirror the release number. Feel free to pick the latest release.
> A general k8 tip; it's recommended that you do not use `:latest` in production but rather pin the latest version.

## Helm support
A curated [Chart for Kubernetes Helm](https://github.com/kubernetes/charts/tree/master/incubator/jaeger) that adds all components required to run Jaeger.

Expand Down
10 changes: 7 additions & 3 deletions jaeger-production-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# the License.
#

#
# Check https://github.com/jaegertracing/jaeger/releases for the latest version to use
#

apiVersion: v1
kind: List
items:
Expand All @@ -33,7 +37,7 @@ items:
jaeger-infra: collector-pod
spec:
containers:
- image: jaegertracing/jaeger-collector:1.2
- image: jaegertracing/jaeger-collector:1.4.1
name: jaeger-collector
command:
- "/go/bin/collector-linux"
Expand Down Expand Up @@ -119,7 +123,7 @@ items:
jaeger-infra: query-pod
spec:
containers:
- image: jaegertracing/jaeger-query:1.2
- image: jaegertracing/jaeger-query:1.4.1
name: jaeger-query
command:
- "/go/bin/query-linux"
Expand Down Expand Up @@ -179,7 +183,7 @@ items:
spec:
containers:
- name: agent-instance
image: jaegertracing/jaeger-agent:1.2
image: jaegertracing/jaeger-agent:1.4.1
command:
- "/go/bin/agent-linux"
- "--config-file=/conf/agent.yaml"
Expand Down
3 changes: 2 additions & 1 deletion production/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ items:
spec:
containers:
- name: jaeger-cassandra-schema
image: jaegertracing/jaeger-cassandra-schema:1.2
image: jaegertracing/jaeger-cassandra-schema:1.4.1
# Check https://github.com/jaegertracing/jaeger/releases for the latest version
env:
- name: MODE
value: "prod"
Expand Down

0 comments on commit b3cba99

Please sign in to comment.