Skip to content

Commit

Permalink
Updated README to match what's in the README of operator itself (helm…
Browse files Browse the repository at this point in the history
…#22163)

Signed-off-by: Chaoran Yu <[email protected]>
  • Loading branch information
yuchaoran2011 authored May 1, 2020
1 parent 6c7638e commit 14b5055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/sparkoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sparkoperator
description: A Helm chart for Spark on Kubernetes operator
version: 0.6.12
version: 0.6.13
appVersion: v1beta2-1.1.1-2.4.5
keywords:
- spark
Expand Down
2 changes: 1 addition & 1 deletion incubator/sparkoperator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the Helm chart for the [Kubernetes Operator for Apache Spark](https://gi

#### Prerequisites

The Operator requires Kubernetes version 1.8 and above because it relies on garbage collection of custom resources. If customization of driver and executor pods (through mounting custom ConfigMaps and volumes) is desired, then the [Mutating Admission Webhook](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/quick-start-guide.md#using-the-mutating-admission-webhook) needs to be enabled and it only became beta in Kubernetes 1.9.
The Operator requires Kubernetes version 1.13 or above to use the subresource support for CustomResourceDefinitions, which became beta in 1.13 and is enabled by default in 1.13 and higher.

#### Installing the chart

Expand Down

0 comments on commit 14b5055

Please sign in to comment.