mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/sparkoperator] Upgraded to use the latest patch release (#17625)
Signed-off-by: Yinan Li <ynli@google.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e25ad848fd
commit
0dff70eb41
@@ -1,9 +1,8 @@
|
||||
apiVersion: v1
|
||||
name: sparkoperator
|
||||
description: A Helm chart for Spark on Kubernetes operator
|
||||
version: 0.4.0
|
||||
appVersion: v1beta2-1.0.0-2.4.4
|
||||
kubeVersion: ">=1.8.0-0"
|
||||
version: 0.4.1
|
||||
appVersion: v1beta2-1.0.1-2.4.4
|
||||
keywords:
|
||||
- spark
|
||||
home: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
|
||||
|
||||
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Spark operator char
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------- | ------------------------------------------------------------ | -------------------------------------- |
|
||||
| `operatorImageName` | The name of the operator image | `gcr.io/spark-operator/spark-operator` |
|
||||
| `operatorVersion` | The version of the operator to install | `v1beta2-1.0.0-2.4.4` |
|
||||
| `operatorVersion` | The version of the operator to install | `v1beta2-1.0.1-2.4.4` |
|
||||
| `imagePullPolicy` | Docker image pull policy | `IfNotPresent` |
|
||||
| `replicas` | The number of replicas of the operator Deployment | 1 |
|
||||
| `sparkJobNamespace` | K8s namespace where Spark jobs are to be deployed | `` |
|
||||
|
||||
@@ -1888,7 +1888,8 @@ spec:
|
||||
type: string
|
||||
port:
|
||||
format: int32
|
||||
minimum: 49151
|
||||
minimum: 1024
|
||||
maximum: 49151
|
||||
type: integer
|
||||
required:
|
||||
- jmxExporterJar
|
||||
@@ -2518,56 +2519,6 @@ spec:
|
||||
- sparkVersion
|
||||
- type
|
||||
type: object
|
||||
status:
|
||||
properties:
|
||||
applicationState:
|
||||
properties:
|
||||
errorMessage:
|
||||
type: string
|
||||
state:
|
||||
type: string
|
||||
required:
|
||||
- state
|
||||
type: object
|
||||
driverInfo:
|
||||
properties:
|
||||
podName:
|
||||
type: string
|
||||
webUIAddress:
|
||||
type: string
|
||||
webUIIngressAddress:
|
||||
type: string
|
||||
webUIIngressName:
|
||||
type: string
|
||||
webUIPort:
|
||||
format: int32
|
||||
type: integer
|
||||
webUIServiceName:
|
||||
type: string
|
||||
type: object
|
||||
executionAttempts:
|
||||
format: int32
|
||||
type: integer
|
||||
executorState:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
lastSubmissionAttemptTime:
|
||||
format: date-time
|
||||
type: string
|
||||
sparkApplicationId:
|
||||
type: string
|
||||
submissionAttempts:
|
||||
format: int32
|
||||
type: integer
|
||||
submissionID:
|
||||
type: string
|
||||
terminationTime:
|
||||
format: date-time
|
||||
type: string
|
||||
required:
|
||||
- driverInfo
|
||||
type: object
|
||||
required:
|
||||
- metadata
|
||||
- spec
|
||||
@@ -4487,7 +4438,8 @@ spec:
|
||||
type: string
|
||||
port:
|
||||
format: int32
|
||||
minimum: 49151
|
||||
minimum: 1024
|
||||
maximum: 49151
|
||||
type: integer
|
||||
required:
|
||||
- jmxExporterJar
|
||||
@@ -5121,29 +5073,6 @@ spec:
|
||||
- schedule
|
||||
- template
|
||||
type: object
|
||||
status:
|
||||
properties:
|
||||
lastRun:
|
||||
format: date-time
|
||||
type: string
|
||||
lastRunName:
|
||||
type: string
|
||||
nextRun:
|
||||
format: date-time
|
||||
type: string
|
||||
pastFailedRunNames:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
pastSuccessfulRunNames:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
reason:
|
||||
type: string
|
||||
scheduleState:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- metadata
|
||||
- spec
|
||||
|
||||
@@ -31,7 +31,7 @@ rules:
|
||||
resources: ["mutatingwebhookconfigurations"]
|
||||
verbs: ["create", "get", "update", "delete"]
|
||||
- apiGroups: ["sparkoperator.k8s.io"]
|
||||
resources: ["sparkapplications", "scheduledsparkapplications"]
|
||||
resources: ["sparkapplications", "scheduledsparkapplications", "sparkapplications/status", "scheduledsparkapplications/status"]
|
||||
verbs: ["*"]
|
||||
{{- if .Values.enableBatchScheduler }}
|
||||
# This api resources below is configured for the `volcano` batch scheduler.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
operatorImageName: gcr.io/spark-operator/spark-operator
|
||||
operatorVersion: v1beta2-1.0.0-2.4.4
|
||||
operatorVersion: v1beta2-1.0.1-2.4.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
replicas: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user