fix: add JD01 GC retention controls
This commit is contained in:
@@ -719,7 +719,7 @@ controlPlane:
|
||||
- hyueapi.com
|
||||
- .hyueapi.com
|
||||
retention:
|
||||
maxRunners: 20
|
||||
maxRunners: 3
|
||||
cleanupOrder: oldest-inactive-last-active-first
|
||||
activeHeartbeatMaxAgeMs: 900000
|
||||
selectors:
|
||||
@@ -734,6 +734,13 @@ controlPlane:
|
||||
ageBasedCleanup:
|
||||
enabled: false
|
||||
maxAgeHours: 48
|
||||
sessionPvcRetention:
|
||||
enabled: true
|
||||
prefixes:
|
||||
- agentrun-v01-session-
|
||||
- agentrun-v02-session-
|
||||
- agentrun-jd01-v02-session-
|
||||
maxDeletePerRun: 1000
|
||||
cancelLifecycle:
|
||||
deliveryMode: manager-epoch
|
||||
gracefulAbortMs: 15000
|
||||
|
||||
+24
-1
@@ -133,8 +133,31 @@ gc:
|
||||
hwlabNode: JD01
|
||||
hwlabLane: v03
|
||||
agentrunNode: JD01
|
||||
agentrunLane: v02
|
||||
agentrunLane: jd01-v02
|
||||
limit: 80
|
||||
containerdImageCache:
|
||||
enabled: true
|
||||
runtimeEndpoint: unix:///run/k3s/containerd/containerd.sock
|
||||
namespace: k8s.io
|
||||
ciNamespaces:
|
||||
- hwlab-ci
|
||||
- agentrun-ci
|
||||
hostContainerdCache:
|
||||
enabled: true
|
||||
root: /var/lib/containerd
|
||||
address: /run/containerd/containerd.sock
|
||||
namespaces:
|
||||
- default
|
||||
orphanCleanup:
|
||||
enabled: true
|
||||
overlaySnapshotsRoot: /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots
|
||||
contentBlobRoot: /var/lib/containerd/io.containerd.content.v1.content/blobs/sha256
|
||||
localPathStorage:
|
||||
enabled: true
|
||||
root: /var/lib/rancher/k3s/storage
|
||||
orphanDirPrefixes:
|
||||
- pvc-
|
||||
orphanMinAgeMinutes: 0
|
||||
policyTimer:
|
||||
enabled: true
|
||||
name: unidesk-jd01-low-risk-gc
|
||||
|
||||
Reference in New Issue
Block a user