Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ private[spark] object Config extends Logging {
.doc("Value to set for the controller.kubernetes.io/pod-deletion-cost" +
" annotation when Spark asks a deployment-based allocator to remove executor pods. This " +
"helps Kubernetes pick the same pods Spark selected when the deployment scales down." +
s" This should only be enabled when both $KUBERNETES_ALLOCATION_PODS_ALLOCATOR is set to " +
s"deployment, and $DYN_ALLOCATION_ENABLED is enabled.")
s" This should only be enabled when both ${KUBERNETES_ALLOCATION_PODS_ALLOCATOR.key} is " +
s"set to deployment, and ${DYN_ALLOCATION_ENABLED.key} is enabled.")
.version("4.2.0")
.intConf
.createOptional
Expand Down