-
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
Disable spark dependencies for self provisioned es #319
Disable spark dependencies for self provisioned es #319
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #319 +/- ##
==========================================
+ Coverage 88.65% 88.94% +0.29%
==========================================
Files 70 69 -1
Lines 3173 3112 -61
==========================================
- Hits 2813 2768 -45
+ Misses 246 234 -12
+ Partials 114 110 -4
Continue to review full report at Codecov.
|
@pavolloffay Do we need to document this somewhere, or produce a warning message? |
The log message in the controller would be logged on every loop. I will just add it to the readme
|
Signed-off-by: Pavol Loffay <[email protected]>
README.adoc
Outdated
@@ -260,7 +260,7 @@ spec: | |||
|
|||
Under some circumstances, the Jaeger Operator can make use of the link:https://github.com/openshift/elasticsearch-operator[Elasticsearch Operator] to provision a suitable Elasticsearch cluster. | |||
|
|||
IMPORTANT: this feature is experimental and has been tested only on OpenShift clusters. Elasticsearch also requires the memory setting to be configured like `minishift ssh -- 'sudo sysctl -w vm.max_map_count=262144'` | |||
IMPORTANT: this feature is experimental and has been tested only on OpenShift clusters. Elasticsearch also requires the memory setting to be configured like `minishift ssh -- 'sudo sysctl -w vm.max_map_count=262144'`. Spark dependencies are neither supported link:https://github.com/jaegertracing/jaeger-operator/issues/294[#294]. |
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.
"Spark dependencies are not currently supported with this feature link:...."
Signed-off-by: Pavol Loffay <[email protected]>
Resolves #316
We don't want auto-enabled spark deps for self-provisioned ES
Signed-off-by: Pavol Loffay [email protected]