You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/shield/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,7 @@ The following table lists the configurable parameters of the `shield` chart and
303
303
| gke_autopilot.allowlist_version | The Allowlist version label applied to host-shield workloads. Must match an AllowlistSynchronizer the cluster knows about. (Replaces the deprecated top-level "gke_autopilot_allowlist", which is still honored and takes precedence when set.) | <code>sysdig-agent-v1.1.4</code> |
304
304
| gke_autopilot.allowlist_waiter.enabled | Enable the waiter Job | <code>false</code> |
305
305
| gke_autopilot.allowlist_waiter.timeout | Maximum time the Job will block on the AllowlistSynchronizer reaching Ready | <code>120s</code> |
306
+
| gke_autopilot.allowlist_waiter.active_deadline_seconds | Maximum seconds the waiter Pod is allowed to run before Kubernetes terminates it. Acts as a Job-level guard against the pod hanging before the inner `kubectl wait` timeout fires (image-pull stalls, scheduler delays, admission webhook hangs). Should be greater than `timeout` to leave headroom for pod startup. | <code>300</code> |
306
307
| gke_autopilot.allowlist_waiter.service_account_name | Override the name of the waiter ServiceAccount (defaults to <host fullname>-allowlist-waiter) | <code></code> |
307
308
| gke_autopilot.allowlist_waiter.rbac.create | Create the RBAC resources for the waiter Job. Acts as the default for the sub-toggles below; set any sub-toggle explicitly to override it. | <code>true</code> |
308
309
| gke_autopilot.allowlist_waiter.rbac.service_account.create | Override `rbac.create` for the waiter ServiceAccount only. | <code></code> |
0 commit comments