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
{{ message }}
This repository was archived by the owner on May 18, 2020. It is now read-only.
Update Jaeger version to 1.5.0 and document used docker tags (#89)
* Jaeger Version++ && Version documentation
Similar to #70, addresses #88
Signed-off-by: Victor Lei <KLEI22@bloomberg.net>
* Clean up Docker Tag Advice
Address PR comments and run CI tests again
Signed-off-by: Victor Lei <klei22@bloomberg.net>
* (version++)++
Signed-off-by: Victor Lei <klei22@bloomberg.net>
* Move image versions to README
Signed-off-by: Victor Lei <klei22@bloomberg.net>
* Update docker image advice
Don't tell people "Feel free to use the latest version"
Signed-off-by: Victor Lei <klei22@bloomberg.net>
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
Please see [CONTRIBUTING.md](https://github.com/jaegertracing/jaeger-kubernetes/blob/master/CONTRIBUTING.md)
8
8
9
9
## Development setup
10
-
This template uses an in-memory storage with a limited functionality for local testing and development.
11
-
Do not use this template in production environments.
10
+
This template uses an in-memory storage with a limited functionality for local testing and development. The image used defaults to the latest version (released)[https://github.com/jaegertracing/jaeger/releases].
11
+
Do not use this template in production environments. Note that functionality may differ from the pinned docker versions for production.
12
12
13
13
Install everything in the current namespace:
14
14
```bash
@@ -21,6 +21,9 @@ can be used instead.
21
21
22
22
## Production setup
23
23
24
+
### Pinned Production Version
25
+
The docker image tags are manually pinned and manually updated. You should use the current pinned version for production.
26
+
24
27
### Backing storage
25
28
26
29
The Jaeger Collector and Query require a backing storage to exist before being started up. As a starting point for your own
If you want to run the job only once and immediately then remove scheduled flag.
150
153
154
+
## Deploying Docker Tags
155
+
The Jaeger project automatically creates new Docker images with tags that mirror the release number. The production manifests uses pinned versions as to not accidentally break people on new releases.
156
+
> A general tip for deploying docker images (i.e. on kubernetes): it's recommended that you do not use the tag `:latest` in production but rather pin the latest version. See the [kubernetes best practices](https://kubernetes.io/docs/concepts/configuration/overview/#container-images) for more details.
157
+
151
158
## Helm support
152
159
A curated [Chart for Kubernetes Helm](https://github.com/kubernetes/charts/tree/master/incubator/jaeger) that adds all components required to run Jaeger.
0 commit comments