Skip to content

Commit

Permalink
Fix a typo. (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Aug 3, 2020
1 parent cb35b7f commit 4cd95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/volcano-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If SparkApplication is configured to run with Volcano, there are some details un
1. Kubernetes Operator for Apache Spark's webhook will patch pods' `schedulerName` according to the `batchScheduler` in SparkApplication Spec.
2. Before submitting spark application, Kubernetes Operator for Apache Spark will create a Volcano native resource
`PodGroup`[here](https://github.com/volcano-sh/volcano/blob/a8fb05ce6c6902e366cb419d6630d66fc759121e/pkg/apis/scheduling/v1alpha2/types.go#L93) for the whole application.
and as a brief introductionmost of the Volcano's advanced scheduling features, such as pod delay creation, resource fairness and gang scheduling are all depend on this resource.
and as a brief introduction, most of the Volcano's advanced scheduling features, such as pod delay creation, resource fairness and gang scheduling are all depend on this resource.
Also a new pod annotation named `scheduling.k8s.io/group-name` will be added.
3. Volcano scheduler will take over all of the pods that both have schedulerName and annotation correctly configured for scheduling.

Expand Down

0 comments on commit 4cd95f8

Please sign in to comment.