Skip to content

Commit fdff5a4

Browse files
committed
Added info about InsightEdge submit to Kubernetes early access documentation
1 parent e0564f6 commit fdff5a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

site/content/early_access/kubernetes-spark-job.markdown

+8-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,14 @@ Refer to the Apache Spark documentation for more configurations that are specifi
107107

108108
### SaveRDD Example
109109

110-
Run the following InsightEdge submit script for the SaveRDD example, which generates "N" products, converts them to RDD, and saves them to the data grid.
110+
Run the following InsightEdge submit script for the SaveRDD example, which generates "N" products, converts them to RDD, and saves them to the data grid. This example has the following configuration:
111+
112+
* The --master has the prefix `k8s://<Kubernetes Master URL>:<port>`.
113+
* The `spark.insightedge.space.lookup.locator` is set with the headless service of the Manager Pod (&lt;release name&gt;-insightedge-manager-hs).
114+
* The example lookup is the default Space called `insightedge-space`.
115+
* In Kubernetes clusters with RBAC enabled, the service account must be set (e.g. `serviceAccountName=spark`).
116+
* The `spark.kubernetes.container.image` is set with the desired Docker image (This is usually of the form `gigaspaces/insightedge-enterprise:1.0.0`).
117+
111118

112119
```bash
113120
./insightedge-submit \

0 commit comments

Comments
 (0)