From 00649c5ca7cb9b4381b781b0f7aeb190225ce295 Mon Sep 17 00:00:00 2001 From: Anya Sabo Date: Wed, 16 Oct 2019 16:19:13 -0500 Subject: [PATCH 1/2] Add docs on running ES plugins on openshift --- docs/openshift.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/openshift.asciidoc b/docs/openshift.asciidoc index 59e882b740..ad42f07386 100644 --- a/docs/openshift.asciidoc +++ b/docs/openshift.asciidoc @@ -13,6 +13,7 @@ This page shows how to run ECK on OpenShift. * <<{p}-openshift-deploy-elasticsearch,Deploy an Elasticsearch instance with a route>> * <<{p}-openshift-deploy-kibana,Deploy a Kibana instance with a route>> * <<{p}-openshift-apm,Deploy an APM Server instance with a route>> +* <<{p}-openshift-es-plugins>> NOTE: Only Elasticsearch and Kibana are compatible with the `restricted` https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html[Security Context Constraint]. To run the APM Server on OpenShift you must allow the Pod to run with the `anyuid` SCC as described in <<{p}-openshift-apm,Deploy an APM Server instance with a route>> @@ -231,3 +232,9 @@ elasticsearch-sample-es-6qk52mz5jk scc:restricted elasticsearch-sample-es-dg4vvpm2mr scc:restricted kibana-sample-kb-97c6b6b8d-lqfd2 scc:restricted ---- + +[float] +[id="{p}-openshift-es-plugins"] +=== Elasticsearch plugins + +Note that Elasticsearch plugins cannot be installed at runtime in most OpenShift environments. This is because the plugin installer must run as root, but Elasticsearch is restricted from running as root. To add plugins to Elasticsearch, you can use custom images as described in <<{p}-custom-images">>. From d6c08bca0a09786088a0ceaeaac6b4dbc44cca89 Mon Sep 17 00:00:00 2001 From: Anya Sabo Date: Wed, 16 Oct 2019 16:19:58 -0500 Subject: [PATCH 2/2] Typo --- docs/openshift.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openshift.asciidoc b/docs/openshift.asciidoc index ad42f07386..e5f04e6084 100644 --- a/docs/openshift.asciidoc +++ b/docs/openshift.asciidoc @@ -237,4 +237,4 @@ kibana-sample-kb-97c6b6b8d-lqfd2 scc:restricted [id="{p}-openshift-es-plugins"] === Elasticsearch plugins -Note that Elasticsearch plugins cannot be installed at runtime in most OpenShift environments. This is because the plugin installer must run as root, but Elasticsearch is restricted from running as root. To add plugins to Elasticsearch, you can use custom images as described in <<{p}-custom-images">>. +Note that Elasticsearch plugins cannot be installed at runtime in most OpenShift environments. This is because the plugin installer must run as root, but Elasticsearch is restricted from running as root. To add plugins to Elasticsearch, you can use custom images as described in <<{p}-custom-images>>.