Skip to content

Commit 7ab51ff

Browse files
authored
docs: Document graceful shutdown (#306)
* docs: Document graceful shutdown * changelog * wording * remove duplicated nav entry
1 parent 13a6f39 commit 7ab51ff

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Support PodDisruptionBudgets for HistoryServer ([#288]).
1212
- Support for versions 3.4.1, 3.5.0 ([#291]).
1313
- History server now exports metrics via jmx exporter (port 18081) ([#291]).
14+
- Document graceful shutdown ([#306]).
1415

1516
### Changed
1617

@@ -43,6 +44,7 @@ All notable changes to this project will be documented in this file.
4344
[#291]: https://github.com/stackabletech/spark-k8s-operator/pull/291
4445
[#297]: https://github.com/stackabletech/spark-k8s-operator/pull/297
4546
[#302]: https://github.com/stackabletech/spark-k8s-operator/pull/302
47+
[#306]: https://github.com/stackabletech/spark-k8s-operator/pull/306
4648

4749
## [23.7.0] - 2023-07-14
4850

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
= Graceful shutdown
2+
3+
Normally you can configure the graceful shutdown as described in xref:concepts:operations/graceful_shutdown.adoc[].
4+
5+
However, the spark-k8s operator does not implement any graceful shutdown mechanism, as the driver and executor Pods are created by Spark itself.
6+
So it's Spark responsibility to handle the shutdown and recovery of Pods.

docs/modules/spark-k8s/partials/nav.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
** xref:spark-k8s:usage-guide/s3.adoc[]
1010
** xref:spark-k8s:usage-guide/history-server.adoc[]
1111
** xref:spark-k8s:usage-guide/examples.adoc[]
12-
* xref:spark-k8s:usage-guide/operations/index.adoc[]
13-
* xref:spark-k8s:usage-guide/operations/pod-placement.adoc[]
14-
* xref:spark-k8s:usage-guide/operations/pod-disruptions.adoc[]
12+
** xref:spark-k8s:usage-guide/operations/index.adoc[]
13+
*** xref:spark-k8s:usage-guide/operations/pod-placement.adoc[]
14+
*** xref:spark-k8s:usage-guide/operations/pod-disruptions.adoc[]
15+
*** xref:spark-k8s:usage-guide/operations/graceful-shutdown.adoc[]
1516
* xref:spark-k8s:crd-reference.adoc[]

0 commit comments

Comments
 (0)