Skip to content

Commit

Permalink
[Addon kubevela#603] Add Apache Spark as a experimental addon
Browse files Browse the repository at this point in the history
Signed-off-by: yanghua <[email protected]>
  • Loading branch information
yanghua committed Feb 8, 2023
1 parent e85f8a9 commit ddc3324
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 40 deletions.
13 changes: 12 additions & 1 deletion addons/spark-kubernetes-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# spark-kubernetes-operator

This is an addon template. Check how to build your own addon: https://kubevela.net/docs/platform-engineers/addon/intro
A kubernetes operator for Apache Spark(https://github.com/GoogleCloudPlatform/spark-on-k8s-operator), it allows users to manage Spark applications and their lifecycle through native K8S tooling like `kubectl`.

> Note: It's not provided by Apache Spark. But widely used by a large number of companies(https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/who-is-using.md).
# Install

```
#The following steps are for enabling fluxcd and spark-kubernetes-operator in namespace called "spark-operator".
vela addon enable fluxcd
vela addon enable spark-kubernetes-operator
```
8 changes: 0 additions & 8 deletions addons/spark-kubernetes-operator/schemas/myschema.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions addons/spark-kubernetes-operator/views/my-view.cue

This file was deleted.

0 comments on commit ddc3324

Please sign in to comment.