From fd90650f29faad19f8491995c6bd151bf10f0ce5 Mon Sep 17 00:00:00 2001 From: Brittany Mitchell <60628881+britdm@users.noreply.github.com> Date: Wed, 29 May 2024 15:56:50 -0500 Subject: [PATCH 1/2] update environment-idling.md small update for page --- docs/concepts-advanced/environment-idling.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts-advanced/environment-idling.md b/docs/concepts-advanced/environment-idling.md index d91c9354f7..6894c39a8a 100644 --- a/docs/concepts-advanced/environment-idling.md +++ b/docs/concepts-advanced/environment-idling.md @@ -22,7 +22,6 @@ The un-idling will take a couple of seconds, as the Kubernetes cluster needs to ### Can I disable / prevent the Idler from idling my environment? -Yes, there is a field `autoIdle` on the project \(impacts all environments\) and environment \(if you need to target just one environment\), as to whether idling is allowed to take place. A value of `1` indicates the project/environment is eligible for idling. If the project is set to `0` the environments will never be idled, even if the environment is set to `0` -The default is always `1`\(idling is enabled\). +The field `auto-idle` can be set at the project level \(impacts all environments\) or for a single environment \(target just one environment\), as to whether idling is allowed to take place. A value of `1` indicates the project/environment is eligible for idling. If the project is set to `0`, then all environments will never be idled. The default value is `1` \(idling is enabled\). Talk to your Lagoon administrator if you are unsure how to set these project/environment fields. From df4fa508d397b71aa9d498190f550e379a343bfb Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 7 Jun 2024 13:40:23 +1000 Subject: [PATCH 2/2] Update docs/concepts-advanced/environment-idling.md --- docs/concepts-advanced/environment-idling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts-advanced/environment-idling.md b/docs/concepts-advanced/environment-idling.md index 6894c39a8a..4367d2366f 100644 --- a/docs/concepts-advanced/environment-idling.md +++ b/docs/concepts-advanced/environment-idling.md @@ -22,6 +22,6 @@ The un-idling will take a couple of seconds, as the Kubernetes cluster needs to ### Can I disable / prevent the Idler from idling my environment? -The field `auto-idle` can be set at the project level \(impacts all environments\) or for a single environment \(target just one environment\), as to whether idling is allowed to take place. A value of `1` indicates the project/environment is eligible for idling. If the project is set to `0`, then all environments will never be idled. The default value is `1` \(idling is enabled\). +The field `autoIdle` can be set at the project level \(impacts all environments\) or for a single environment \(target just one environment\), as to whether idling is allowed to take place. A value of `1` indicates the project/environment is eligible for idling. If the project is set to `0`, then all environments will never be idled. The default value is `1` \(idling is enabled\). Talk to your Lagoon administrator if you are unsure how to set these project/environment fields.