-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include docs for common config #367
Conversation
Signed-off-by: Gary Brown <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
=======================================
Coverage 90.01% 90.01%
=======================================
Files 64 64
Lines 3076 3076
=======================================
Hits 2769 2769
Misses 207 207
Partials 100 100 Continue to review full report at Codecov.
|
README.adoc
Outdated
@@ -486,6 +486,24 @@ spec: | |||
|
|||
NOTE: the default create-schema job uses `MODE=prod`, which implies a replication factor of `2`, using `NetworkTopologyStrategy` as the class, effectively meaning that at least 3 nodes are required in the Cassandra cluster. If a `SimpleStrategy` is desired, set the mode to `test`, which then sets the replication factor of `1`. Refer to the link:https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/cassandra/schema/create.sh[create-schema script] for more details. | |||
|
|||
== Finer grained configuration | |||
|
|||
The custom resource can be used to define finer grained kubernetes configuration applied to all Jaeger components or at the individual component level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/kubernetes/Kubernetes/
|
||
* link:https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/[tolerations] in conjunction with `taints` to enable pods to avoid being repelled from a node | ||
|
||
* link:https://kubernetes.io/docs/concepts/storage/volumes/[volumes] and volume mounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you include an example? A complete YAML, perhaps based on the simple-prod-deploy-es.yaml
(without the spec/storage/elasticsearch
node)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Signed-off-by: Gary Brown <[email protected]>
Signed-off-by: Gary Brown [email protected]