Spark Operator Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Spark Operator")
 
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Spark_Operator#Subjects|Spark Operator]]
* [[Spark_Operator#Subjects|Spark Operator]]
=Installation with Helm=
Helm installs the following:
* ServiceAccounts: <code>spark-operator</code>, <code>spark</code>
* CRDs: <code>scheduledsparkapplications.sparkoperator.k8s.io</code>, <code>sparkapplications.sparkoperator.k8s.io</code>
* ClusterRole: <code>spark-operator</code>
* ClusterRoleBinding: <code>spark-operator</code>
* Role: <code>spark-role</code>
* RoleBinding:  <code>spark</code>
* Service:  <code>spark-operator-webhook</code>
* Deployment:  <code>spark-operator</code>
* Jobs:  <code>spark-operator-webhook-init</code>, <code>spark-operator-webhook-cleanup</code>

Latest revision as of 16:35, 17 May 2022

Internal

Installation with Helm

Helm installs the following:

  • ServiceAccounts: spark-operator, spark
  • CRDs: scheduledsparkapplications.sparkoperator.k8s.io, sparkapplications.sparkoperator.k8s.io
  • ClusterRole: spark-operator
  • ClusterRoleBinding: spark-operator
  • Role: spark-role
  • RoleBinding: spark
  • Service: spark-operator-webhook
  • Deployment: spark-operator
  • Jobs: spark-operator-webhook-init, spark-operator-webhook-cleanup