This is an automated email from the ASF dual-hosted git repository.

wilfreds 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 f085b29f2 [YUNIKORN-1213] health checker interval configuration (#234)
f085b29f2 is described below

commit f085b29f23d5e5cde20acc438a943227422cbebb
Author: Craig Condit <[email protected]>
AuthorDate: Mon Dec 19 16:07:25 2022 +1100

    [YUNIKORN-1213] health checker interval configuration (#234)
    
    Update the health checker interval configuration documentation to align
    with the changes made.
    Document value to turn off the health check (0 or negative).
    
    Closes: #234
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 docs/user_guide/service_config.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/user_guide/service_config.md 
b/docs/user_guide/service_config.md
index a072ffc88..e732429c3 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -604,11 +604,13 @@ Example:
     service.placeholderImage: "registry.k8s.io/pause:3.6"
 
 ### Health settings
-To be implemented in 
[YUNIKORN-1213](https://issues.apache.org/jira/browse/YUNIKORN-1213).
 
 #### health.checkInterval
 Sets the time between automatic health checks of YuniKorn.
 
+Setting the value to `0` or a negative interval will disable background health
+checking.
+
 A change to this setting will be picked up without a restart of YuniKorn.
 
 Default: `30s`

Reply via email to