This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new ea385d2afe [YUNIKORN-3021] Update default volumeBindTimeout to 10
minutes (#512)
ea385d2afe is described below
commit ea385d2afe829823653b7311212c7f60565038f5
Author: Craig Condit <[email protected]>
AuthorDate: Wed Jan 29 14:30:18 2025 -0600
[YUNIKORN-3021] Update default volumeBindTimeout to 10 minutes (#512)
Closes: #512
---
docs/design/config_v2.md | 2 +-
docs/user_guide/service_config.md | 6 +++---
docs/user_guide/troubleshooting.md | 8 --------
3 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/docs/design/config_v2.md b/docs/design/config_v2.md
index e943bf4895..aebe1991fc 100644
--- a/docs/design/config_v2.md
+++ b/docs/design/config_v2.md
@@ -169,7 +169,7 @@ specified. Note that these values are subject to change in
future releases.
service.clusterId: "mycluster"
service.policyGroup: "queues"
service.schedulingInterval: "1s"
- service.volumeBindTimeout: "10s"
+ service.volumeBindTimeout: "10m"
service.eventChannelCapacity: "1048576"
service.dispatchTimeout: "5m"
service.operatorPlugins: "general"
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index c68e74ba3f..5a2abceb88 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -534,7 +534,7 @@ data:
service.clusterId: "mycluster"
service.policyGroup: "queues"
service.schedulingInterval: "1s"
- service.volumeBindTimeout: "10s"
+ service.volumeBindTimeout: "10m"
service.eventChannelCapacity: "1048576"
service.dispatchTimeout: "5m"
service.disableGangScheduling: "false"
@@ -625,11 +625,11 @@ Controls the timeout before volume binding fails.
A change to this setting requires a restart of YuniKorn to take effect.
-Default: `10s`
+Default: `10m`
Example:
```yaml
-service.volumeBindTimeout: "30s"
+service.volumeBindTimeout: "15m"
```
#### service.eventChannelCapacity
Controls the number of internal scheduling events that YuniKorn will allow
diff --git a/docs/user_guide/troubleshooting.md
b/docs/user_guide/troubleshooting.md
index e59f05621c..496759f6cd 100644
--- a/docs/user_guide/troubleshooting.md
+++ b/docs/user_guide/troubleshooting.md
@@ -217,14 +217,6 @@ the garbage collection is not working properly.
*Solution*: check the placeholder `ownerReference` and the garbage collector
in Kubernetes.
-# Task failed with pod volume binding time out
-*Reason*: The timeout value for service.volumeBindTimeout (which is set at 10
seconds by default).
-But some cases, the pod volume binding will take more time, for example:
-When a node brought in by the autoscaler where the csi-node daemonset hasn’t
been installed yet, which causes a delay with the volume binding (15-20
seconds).
-
-
-*Solution*: Increase the timeout value for service.volumeBindTimeout, for
example, set it to 60 seconds.
-
## Still got questions?
No problem! The Apache YuniKorn community will be happy to help. You can reach
out to the community with the following options:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]