Skip to content

Commit 283cecd

Browse files
authored
Merge pull request #10656 from harness/delegate-disconnect
[PL-Doc] About Delegate Disconnect
2 parents 1e83938 + d283a41 commit 283cecd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/faqs/harness-delegate-faqs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ Developers often need to create delegates in multiple clusters in their environm
144144

145145
For more information, go to [Automate delegate installation](../platform/delegates/install-delegates/automate-delegate-installation.md).
146146

147+
### What happens when a delegate is disconnected?
148+
149+
When a delegate is disconnected, Harness applies a Time-To-Live (TTL) policy:
150+
151+
- Delegate – 6 hours: If a disconnected delegate doesn't reconnect within 6 hours, it is considered expired and will no longer appear on the Delegate page in the Harness UI.
152+
153+
- Delegate Group – 7 days: If a delegate group has no active delegates for 7 consecutive days, the group is considered inactive and will be removed from the Harness UI.
154+
147155
## Delegate requirements
148156

149157
### What are the delegate system requirements?

docs/platform/delegates/delegate-concepts/delegate-registration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Once you have installed the delegate in your environment, select **Verify** in t
2222

2323
This means Harness is waiting for the delegate you installed to register. Registration can take a few minutes. Once the delegate registers, the **Verify** screen will indicate that the delegate is running.
2424

25+
:::danger Important Note
26+
27+
After installation, if the delegate goes into a disconnected state, Harness applies a Time-To-Live (TTL) policy:
28+
29+
- Delegate – 6 hours: If a delegate remains disconnected and does not send heartbeats for 6 hours, it is considered expired and will no longer appear on the Delegate page in Harness.
30+
31+
- Delegate Group – 7 days: If no delegates in a group are active for 7 consecutive days, the entire group will be removed from the Delegate page in Harness.
32+
33+
:::
34+
2535
### Verify delegate registration manually
2636

2737
The Verify screen also includes troubleshooting steps. Here are a few of the steps for the Kubernetes delegate.

0 commit comments

Comments
 (0)